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.
INPUT ARGUMENTS
TYPE
NAME
DESCRIPTION
STRING
domain_name
The name of the textdomain (must be unique).
STRING
domain_path
The absolute path to the compiled message catalog (may be NULL).