Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

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

Configuration

Once plugin is installed, you have to put on your JIRA_DATA 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.

Note: We are working on an administration page.

Panel

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 )

Sin formato
{
	"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í"
}