After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 524257 - Translatable strings are not marked python-format
Translatable strings are not marked python-format
Status: RESOLVED DUPLICATE of bug 519869
Product: gnome-desktop
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-25 06:27 UTC by Marcel Telka
Modified: 2009-06-01 03:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marcel Telka 2008-03-25 06:27:08 UTC
Some translatable strings in gnome-desktop are not marked with python-format in POT/PO files.

Examples:

#: ../gnome-about/gnome-about.in:865
msgid "%(name)s: %(value)s"
msgstr ""

#: ../gnome-about/gnome-about.in:920
msgid "<b>%(name)s:</b> %(value)s"
msgstr ""

The missing
#, python-format
line in the above examples would allow incorrect translations of python
formatting specifiers. This could lead to unexpected behavior of some gnome components (for example crash in gnome-about).

Please add "python-format" mark to every strings with Python formatting specifiers. Thanks.
Comment 1 Vincent Untz 2008-12-02 19:56:45 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 519869 ***