Skip to content
  • Sven Neumann's avatar
    use NC_() to mark enum values for translation. Use a lower-case short form · 02817081
    Sven Neumann authored
    2008-11-06  Sven Neumann  <sven@gimp.org>
    
    	* tools/gimp-mkenums: use NC_() to mark enum values for 
    translation.
    	Use a lower-case short form of the type name as translation 
    context.
    
    	* libgimp/libgimp-intl.h: define the NC_() macro as noop.
    
    	* libgimpbase/gimpbasetypes.[ch]
    	* libgimpbase/gimpbase.def: added new functions to set and
    	get a translation context on an enum type.
    
    	* app/base/Makefile.am
    	* app/core/Makefile.am
    	* app/display/Makefile.am
    	* app/paint/Makefile.am
    	* app/plug-in/Makefile.am
    	* app/text/Makefile.am
    	* app/tools/Makefile.am
    	* app/widgets/Makefile.am
    	* libgimp/Makefile.am
    	* libgimpbase/Makefile.am:
    	* libgimpconfig/Makefile.am
    	* libgimpthumb/Makefile.am
    	* libgimpwidgets/Makefile.am: register the translation context
    	with the enum types.
    
    	* app/display/display-enums.h
    	* libgimpbase/gimpbaseenums.h
    	* libgimpconfig/gimpcolorconfig-enums.h: removed old-style 
    explicit
    	translation context.
    
    	* app/...
    02817081