2006-09-20 Sven Neumann <sven@gimp.org> * plug-ins/pygimp/plug-ins/clothify.py * plug-ins/pygimp/plug-ins/gimpcons.py: need to call gettext.install here, otherwise we can't use _() in the register() call. * plug-ins/pygimp/gimpfu.py: don't call gettext.install() for the plug-in. Translate the blurb used as a user hint.
10 lines
303 B
Text
10 lines
303 B
Text
# Files from the Gimp distribution which have already been
|
|
# marked to allow runtime translation of messages
|
|
|
|
plug-ins/pygimp/gimpfu.py
|
|
plug-ins/pygimp/gimpui.py
|
|
plug-ins/pygimp/procbrowser.c
|
|
|
|
plug-ins/pygimp/plug-ins/clothify.py
|
|
plug-ins/pygimp/plug-ins/gimpcons.py
|
|
plug-ins/pygimp/plug-ins/gtkcons.py
|