About Read this when you are a plugin author who wants to distribute a GIMP Scheme plugin to many countries. Internationalizing makes a plugin’s GUI appear in the native language of the user. Internationalizing is also known as localizing, or i18n. Internationalizing refers to a process or system. Internally GIMP uses the i18n system called “gettext.” Quickstart A third-party can only internationalize “new style” Scheme plugins installed to /plugins. The process is: Mark user-facing...