gimp-plugin-domain-register

Sven Neumann <sven@gimp.org>

Description

Registers a textdomain for localisation.

Help

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.


Type

unknown

Parameters

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)

Return

None