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 565268 - unlocalizable string in script-fu-carve-it
unlocalizable string in script-fu-carve-it
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Script-Fu
2.6.3
Other All
: Normal trivial
: 2.10
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2008-12-21 17:17 UTC by biroa
Modified: 2012-10-07 14:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description biroa 2008-12-21 17:17:42 UTC
these 2 strings do not seem to be localizable:


"Use the specified [GRAY] drawable ..."

  (description of "Filters/Decor/Stencil Carve" menu entry)


"Select an operation from the list above"

  (Tools/GEGL Operation)
Comment 1 Sven Neumann 2008-12-22 18:45:58 UTC
The GEGL tool is not internationalized intentionally as the GEGL library is not yet internationalized.

The string in carve-it.scm is also intentionally not marked for translation as it needs string review first. Feel free to propose a patch that cleans up the string and marks it for translation.
Comment 2 Michael Schumacher 2009-07-01 08:06:12 UTC
No unconfirmed bugs with milestones, please.
Comment 3 Martin Nordholts 2010-02-17 06:52:14 UTC
This is not milestone material.
Comment 4 Michael Natterer 2012-10-07 14:41:55 UTC
Fixed in master:

commit fe5366c45573442add480f2f86ebea3635fbaa9e
Author: Michael Natterer <mitch@gimp.org>
Date:   Sun Oct 7 16:40:40 2012 +0200

    Bug 565268 - unlocalizable string in script-fu-carve-it
    
    Simplify blurb and mark it for translation.

 plug-ins/script-fu/scripts/carve-it.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)