Re: Czech translation needs fixups
- From: Egmont Koblinger <egmont uhulinux hu>
- To: MC development <mc-devel gnome org>
- Subject: Re: Czech translation needs fixups
- Date: Thu, 6 Oct 2005 11:03:42 +0200
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]