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

Po-files in SVN have a strange problem

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.

7 of 7 messages available
Toggle history

Please log in to manage your subscriptions.

Po-files in SVN have a strange problem David Gowers 04 Aug 15:55
  Po-files in SVN have a strange problem Sven Neumann 04 Aug 21:36
   Po-files in SVN have a strange problem David Gowers 05 Aug 03:37
  Po-files in SVN have a strange problem Alexandre Prokoudine 08 Aug 17:55
   Po-files in SVN have a strange problem Sven Neumann 08 Aug 19:08
    Po-files in SVN have a strange problem David Gowers 09 Aug 00:05
   Po-files in SVN have a strange problem Sven Neumann 11 Aug 20:56
David Gowers
2008-08-04 15:55:13 UTC (over 16 years ago)

Po-files in SVN have a strange problem

Hello,

As I was working on Esperanto translation for gimp, I noticed that it (eo.po).. and the following .po files (in /po/ directory), have a strange problem with a message.

pl fr
ru
ja
lt
oc

One or two messages (the english part) refer to 'Colorsize' where they should refer to 'Colorize'
(as in 'save colorize settings' and 'export colorize settings').

I assume this was caused by typos in the source code, later corrected. However, when I ran an update, this message was not removed or replaced by a correct one.. or even left alone while the correct message was added.
So, perhaps these files need to be manually changed to correct the message. That's what I did for eo.po (in my local copy)

David

Sven Neumann
2008-08-04 21:36:11 UTC (over 16 years ago)

Po-files in SVN have a strange problem

Hi,

On Mon, 2008-08-04 at 23:25 +0930, David Gowers wrote:

One or two messages (the english part) refer to 'Colorsize' where they should refer to 'Colorize'
(as in 'save colorize settings' and 'export colorize settings').

I assume this was caused by typos in the source code, later corrected.

That is correct.

However, when I ran an update, this message was not removed or replaced by a correct one.. or even left alone while the correct message was added.

How exactly do you update the po files?

Sven

David Gowers
2008-08-05 03:37:49 UTC (over 16 years ago)

Po-files in SVN have a strange problem

Hi,

On Tue, Aug 5, 2008 at 5:06 AM, Sven Neumann wrote:

Hi,

On Mon, 2008-08-04 at 23:25 +0930, David Gowers wrote:

One or two messages (the english part) refer to 'Colorsize' where they should refer to 'Colorize'
(as in 'save colorize settings' and 'export colorize settings').

I assume this was caused by typos in the source code, later corrected.

That is correct.

However, when I ran an update, this message was not removed or replaced by a correct one.. or even left alone while the correct message was added.

How exactly do you update the po files?

../intltool-update eo

However, when I run an update on any of the other .po's, it works fine (no 'Colorsize' message any more, 'Colorize'). Strange.

Alexandre Prokoudine
2008-08-08 17:55:14 UTC (over 16 years ago)

Po-files in SVN have a strange problem

On Mon, Aug 4, 2008 at 5:55 PM, David Gowers wrote:

However, when I ran an update, this message was not removed or replaced by a correct one.. or even left alone while the correct message was added.

This is probably because there is bug in your version of intltools or that version is too old.

For instance, the version from Ubuntu 8.04.1 doesn't deal with msgctxt reliably. It's very selective about which messages to put into a PO file and which not.

Alexandre

Sven Neumann
2008-08-08 19:08:42 UTC (over 16 years ago)

Po-files in SVN have a strange problem

Hi,

On Fri, 2008-08-08 at 19:55 +0400, Alexandre Prokoudine wrote:

This is probably because there is bug in your version of intltools or that version is too old.

For instance, the version from Ubuntu 8.04.1 doesn't deal with msgctxt reliably. It's very selective about which messages to put into a PO file and which not.

For Hardy, you can download a newer version from http://svenfoo.org/hardy-backports/

Sven

David Gowers
2008-08-09 00:05:02 UTC (over 16 years ago)

Po-files in SVN have a strange problem

Hello,

On Sat, Aug 9, 2008 at 2:38 AM, Sven Neumann wrote:

Hi,

On Fri, 2008-08-08 at 19:55 +0400, Alexandre Prokoudine wrote:

This is probably because there is bug in your version of intltools or that version is too old.

For instance, the version from Ubuntu 8.04.1 doesn't deal with msgctxt reliably. It's very selective about which messages to put into a PO file and which not.

For Hardy, you can download a newer version from http://svenfoo.org/hardy-backports/

Thank you Sven, I installed that.

David

Sven Neumann
2008-08-11 20:56:32 UTC (over 16 years ago)

Po-files in SVN have a strange problem

Hi,

On Fri, 2008-08-08 at 19:55 +0400, Alexandre Prokoudine wrote:

On Mon, Aug 4, 2008 at 5:55 PM, David Gowers wrote:

However, when I ran an update, this message was not removed or replaced by a correct one.. or even left alone while the correct message was added.

This is probably because there is bug in your version of intltools or that version is too old.

More likely the problem is that your copy of po/Makefile.in.in is not uptodate. You can check that using the command 'svn status'.

This file used to be overwritten by glib-gettextize (which is run by autogen.sh). And the version you have then does not have the proper flags for the xgettext which that are needed to make msgctxt work. I have now tried to fix this problem in trunk.

Sven