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 402089 - String untranslatable due to too specific grammar
String untranslatable due to too specific grammar
Status: RESOLVED FIXED
Product: sabayon
Classification: Deprecated
Component: general
2.17.x
Other Linux
: Normal trivial
: ---
Assigned To: Maintainers of sabayon
Maintainers of sabayon
: 404301 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-01-29 13:16 UTC by Theppitak Karoonboonyanan
Modified: 2008-01-08 22:34 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Patch to use formatted string (629 bytes, patch)
2007-01-29 13:18 UTC, Theppitak Karoonboonyanan
none Details | Review

Description Theppitak Karoonboonyanan 2007-01-29 13:16:50 UTC
In lib/sources/paneldelegate.py, function PanelObject::__init__(), line 209:

>                        self.name = launcher.getName() + _(" launcher")

The string is too specific to English grammar, and is impossible to translate for languages that requires the name to come after description word, e.g. "launcher X" rather than "X launcher".
Comment 1 Theppitak Karoonboonyanan 2007-01-29 13:18:42 UTC
Created attachment 81426 [details] [review]
Patch to use formatted string
Comment 2 Sayamindu Dasgupta 2007-01-29 13:55:36 UTC
Umm... actually we'll be doing away with that entire code block, since xdg.DesktopEntry is not available in all distros by default. I'll be fixing it then (by the next weekend). Bug #397742 is the bug you should be looking into.
Comment 3 Theppitak Karoonboonyanan 2007-02-11 04:13:53 UTC
No change to that code block yet. Would it be done before upcoming string freeze (i.e. tomorrow)? If not, can I commit the patch before we break string freeze?
Comment 4 Theppitak Karoonboonyanan 2007-02-11 04:20:58 UTC
Note that the proposed change just introduces the same string as that in the mentioned Bug #397742, which means it can also save the string freeze breakage for that bug, too, in case it still needs discussion before getting in.
Comment 5 Theppitak Karoonboonyanan 2007-02-11 17:36:43 UTC
Let me commit it before string freeze, as the patch is trivial and obvious. Also closing bug, just reopen it on any problem.

2007-02-11  Theppitak Karoonboonyanan  <thep@linux.thai.net>

        * lib/sources/paneldelegate.py (PanelObject.__init__): Fixes "X
        launcher" string with grammar too specific for translation.
        Fixes bug #402089 - String untranslatable due to too specific grammar.
Comment 6 Federico Mena Quintero 2008-01-08 22:34:01 UTC
*** Bug 404301 has been marked as a duplicate of this bug. ***