This plugin enables to translate customer portal texts to user profile language set up on Jira Service Desk Customer Portal administration page.

Some of the texts that the project administrator introduces on Jira Service Portal request configuration page are written on its own language. So you have to create a SEPARATE portal for each 

Configuration

Once plugin is installed, you have to put on your JIRA_HOME folder a file with this file name pattern: i18n-engine-LANGUAGE-CODE.json (i.e. i18n-engine-ES.json,  i18n-engine-PT.json, ... )

File is read *ONLY* when changes have been detected.

Jira application home directory is the folder setup on this configuration file: <jira-application-dir>/atlassian-jira/WEB-INF/classes/jira-application.properties


Note: We are working on an administration page. (sonrisa)

List of ISO-639-1 codes: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes

File content

Translations have to be done ALWAYS from the language set as DEFAULT LANGUAGE on the Jira instance.

Sample for a Spanish file (filename: i18n-engine-ES.json )

{
	"Computer support":"Soporte a equipamiento informático",
	"If you have problems with your laptop, let us know here","Si tiene problemas con su computadora portátil, infórmenos aquí"
}