2000
Sven Neumann
Registers a textdomain for localisation.
This procedure adds a textdomain to the list of domains Gimp searches for strings when translating its menu entries. There is no need to call this function for plug-ins that have their strings included in the 'gimp-std-plugins' domain as that is used by default. If the compiled message catalog is not in the standard location, you may specify an absolute path to another location. This procedure can only be called in the query function of a plug-in and it has to be called before any procedure is installed.
unknown
Type | Name | Description |
---|---|---|
PF_VALUE | domain-name | The name of the textdomain (must be unique) |
PF_VALUE | domain-path | The absolute path to the compiled message catalog (may be NULL) |
None