On Thu, Oct 06, 2005 at 10:09:26AM +0200, Jindrich Novy wrote:

> msgid "ButtonBar|Quit"
> msgstr "Tla??tkov?Li?ta|Konec"

If I understand correctly how the Q_() function of glib works, the
translated strings must not contain the prefix up to the | character, since
glib's Q_() (perhaps due to performance issues) does not strip this prefix,
except if gettext() returns the same pointer (i.e. the string has no
translation available).

So I think it should be:

msgid "ButtonBar|Quit"
msgstr "Konec" 

but the best would be to test it with glib >= 2.4.



-- 
Egmont
_______________________________________________
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel

Reply via email to