RSS/Atom feed Twitter
Site is read-only, email is disabled

error in updating gegl po files...

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

error in updating gegl po files... Marco Ciampa via gimp-developer-list 05 Dec 07:34
  error in updating gegl po files... Alexandre Prokoudine 05 Dec 09:04
  error in updating gegl po files... Shlomi Fish 05 Dec 10:19
   error in updating gegl po files... Marco Ciampa via gimp-developer-list 05 Dec 11:52
Marco Ciampa via gimp-developer-list
2017-12-05 07:34:16 UTC (over 6 years ago)

error in updating gegl po files...

Hello, devs
sorry for boring with trivial things... I'm just a translator, you know...

doing a

intltool-update it

to update the Italian translation of the master branch of gegl, I obtain this error:

Unescaped left brace in regex is deprecated, passed through in regex; marked by line
1394.

am I doing something wrong?

PS: Ubuntu 16.04-64...

TIA

Regards,

Marco Ciampa

I know a joke about UDP, but you might not get it.

------------------------

 GNU/Linux User #78271
 FSFE fellow #364

------------------------
Alexandre Prokoudine
2017-12-05 09:04:40 UTC (over 6 years ago)

error in updating gegl po files...

On Tue, Dec 5, 2017 at 10:34 AM Marco Ciampa via gimp-developer-list wrote:

Hello, devs
sorry for boring with trivial things... I'm just a translator, you know...

doing a

intltool-update it

It's obsolete for GEGL now.

https://wiki.gnome.org/MigratingFromIntltoolToGettext

See the "Check your work" section. After generating the POT file you can use msgmerge to update your PO file.

Alex

Shlomi Fish
2017-12-05 10:19:16 UTC (over 6 years ago)

error in updating gegl po files...

Hi Marco,

On Tue, 5 Dec 2017 08:34:16 +0100 Marco Ciampa via gimp-developer-list wrote:

Hello, devs
sorry for boring with trivial things... I'm just a translator, you know...

doing a

intltool-update it

to update the Italian translation of the master branch of gegl, I obtain this error:

Unescaped left brace in regex is deprecated, passed through in regex; marked by line
1394.

am I doing something wrong?

no you are not - it is just that the perl code is sloppily coded. Here is a patch: http://www.shlomifish.org/Files/files/code/intltool.patch and I think that it is just a warning (for now).

Regards,

Shlomi Fish

PS: Ubuntu 16.04-64...

TIA

Regards,

-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Understand what Open Source is - http://shlom.in/oss-fs

XSLT is the number one cause of programmers’ suicides since Visual Basic 1.0.
    — http://www.shlomifish.org/humour/bits/facts/XSLT/

Please reply to list if it's a mailing list post - http://shlom.in/reply .
Marco Ciampa via gimp-developer-list
2017-12-05 11:52:19 UTC (over 6 years ago)

error in updating gegl po files...

On Tue, Dec 05, 2017 at 12:19:16PM +0200, Shlomi Fish wrote:

Hi Marco,

On Tue, 5 Dec 2017 08:34:16 +0100 Marco Ciampa via gimp-developer-list wrote:

Hello, devs
sorry for boring with trivial things... I'm just a translator, you know...

doing a

intltool-update it

to update the Italian translation of the master branch of gegl, I obtain this error:

Unescaped left brace in regex is deprecated, passed through in regex; marked by line
1394.

am I doing something wrong?

no you are not - it is just that the perl code is sloppily coded. Here is a patch: http://www.shlomifish.org/Files/files/code/intltool.patch and I think that it is just a warning (for now).

Regards,

Thank you very much. It seems to me that there is not a real substitute to the command right now without some tricks.

If is it true that now gettext can handle what intltool-update does, there are some make targets missing to do a simple:

make it.po

or a

make update-it.po

instead of doing

make update-po

and then git checking out all unrelevant .po files ... I can do this obviously:

make update-po git add po/it.po
git checkout .
git reset

but it seems to me a bit clumsy...

Anyway thanks again...

Regards,

--

Marco Ciampa

I know a joke about UDP, but you might not get it.

------------------------

GNU/Linux User #78271 FSFE fellow #364

------------------------