Estás viendo una versión antigua de esta página. Ve a la versión actual.

Comparar con el actual Ver el historial de la página

« Anterior Versión 4 Siguiente »

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

Configuration

You have to put on your JIRA_DATA folder a file with this 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.

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í"
}
  • Sin etiquetas