Author of GTK+ ui forgot to add _()/N_() support to it. My patch fixes that issue.
gettext() support for gtk+ ui (more correct version)
I've changed attached file, cause it was incorrect in one place of src/celestia/gtk/menu-context.cpp ("Sol" sh'ld be as is)
Chris, hi, Please apply patch and update POT files.
This patch does not work with: 1) "comments", _(FRONTEND " Front-End"), 2) sprintf(message, _("Version " VERSION "\n%s"), text); - these strings are untranslated anyway. I generated new POT file and you can see this issue. #: src/celestia/gtk/splash.cpp:128 #, c-format msgid "Version " msgstr "" #: src/celestia/gtk/actions.cpp:729 msgid " Front-End" msgstr ""
An update for Russian translation after this patch. Please put ru.po into po directory with POT file above.
The next patch fixes showing Control and Licence with according locale.
Log in to post a comment.
gettext() support for gtk+ ui (more correct version)
I've changed attached file, cause it was incorrect in one place of src/celestia/gtk/menu-context.cpp ("Sol" sh'ld be as is)
Chris, hi,
Please apply patch and update POT files.
Last edit: StrPt 2014-12-18
An update for Russian translation after this patch.
Please put ru.po into po directory with POT file above.
The next patch fixes showing Control and Licence with according locale.