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 554927 - The dock window titles uses a non localizable comma
The dock window titles uses a non localizable comma
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Internationalisation
2.6.0
Other All
: Normal minor
: 2.8
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2008-10-03 21:55 UTC by Khaled Hosny
Modified: 2010-03-13 11:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (27.89 KB, image/png)
2008-10-03 22:04 UTC, Khaled Hosny
Details

Description Khaled Hosny 2008-10-03 21:55:01 UTC
I'm not sure if I'm using the prober GIMP terms, but tools window with multiple tools; say layers, paths and channels is set like this "layers, paths, channels" with the names properly translated but the comma is using an English one. Arabic uses a different comma and so the "separator" should be localizeable, probably with a translators note.
Comment 1 Khaled Hosny 2008-10-03 22:04:54 UTC
Created attachment 119888 [details]
screenshot
Comment 2 Khaled Hosny 2008-10-03 22:05:45 UTC
I've noticed it in several other places as well.
Comment 3 Sven Neumann 2008-10-03 22:26:25 UTC
I think that should be addressed, but I am not sure how.

How is this solved in other project? Should we make the string ", " translatable? 
Comment 4 Khaled Hosny 2008-10-03 22:38:13 UTC
Making it translatable should suffice, I've seen several applications doing this for stuff like "," "%" and so.
Comment 5 Martin Nordholts 2010-03-07 11:49:49 UTC
Well, there we go:

commit 35096957a9812c1e878e79613079f14b88b90086
Author: Martin Nordholts <martinn@src.gnome.org>
Date:   Sun Mar 7 12:48:26 2010 +0100

    Bug 554927 - The dock window titles uses a non localizable comma
    
    Mark dockable separator characters used in the dock window title as
    translatable so e.g. Arabic can use an arabic comma.
Comment 6 Martin Nordholts 2010-03-13 11:15:39 UTC
For the record:

commit 3352b0485c42c48824731feac75ed3d222ed8888
Author: Martin Nordholts <martinn@src.gnome.org>
Date:   Sat Mar 13 12:16:20 2010 +0100

    app: Fix dockable separator translations
    
    Continued fix of bug 554927. Also translate the " - " string in the
    toolbox and add a "dock" translation context.