GNOME Bugzilla – Bug 542638
Don't put dict keys in gettext call parameter
Last modified: 2008-07-14 20:42:09 UTC
Due to a probable xgettext bug (https://savannah.gnu.org/bugs/index.php?23824), dict keys in gettext calls are extracted in the .po file #: ../deskbar/handlers/beagle-live.py:385 #: ../deskbar/ui/cuemiac/CuemiacItems.py:19 msgid "name" msgstr "" ... #: ../deskbar/ui/cuemiac/CuemiacItems.py:22 msgid "default" msgstr "" This is not critical, as at runtime these translations are not used at all, but this is annoying for translators.
Created attachment 114429 [details] [review] Remove dict keys in gettext calls
Thanks for the patch. I committed it to svn trunk.