The page https://confluence.atlassian.com/display/JIRA/Workflow+Properties contains an explaination how to change the button label of a transition (using jira.i18n.submit).
From googling around I found some references indicating that the i18n key should be stored in a property file in the jar under JiraWebActionSupport_en_US.properties (for instance for English name)
I'm wondering if there is a different approach which is simpler and more maintainable ? This is for JIRA 5.0.7
Community moderators have prevented the ability to post new answers.
Hi Francis,
You can download the language pack specific for the language to be translated at the Atlassian Marketplace or directly on JIRA using the Plugins screen.
If you'd like to change any of the translations made on the language pack, you can download it at marketplace, edit the .jar file and upload to JIRA the edited .jar on the plugins screen.
I believe you could use this belgium language pack that I found on the marketplace.
Hope this helps,
Marcus Silveira
Hi Marcus,
Thanks for the hint
We are using English UK as default language, but I couldn't find that one, I guess that the one in the bundled plugins will do ?
Francis
PS. I'm wondering what the Belgian language is - we have 3 official languages in Belgium - French, German and Dutch - will have a look later on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Francis,
The English UK language pack is already bundled on JIRA, so you can find the .jar file at your $JIRA_HOME/plugins/.bundled-plugins.
Regarding the Belgium language pack, I noticed that too. I believe that is only for the dutch language, considering th plugin description. Don't really know why a separate pack for Belgium since there is already a Dutch Language Pack. Maybe there are some differences specific for Belgium?
You can also find Language packs for French and German if you'd like.
Best regards,
Marcus Silveira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry to bother you with this but if you upload the plugin from the bundled plugins (without modifications), you get
Could not find a handler capable of installing the plugin at jira-languages-5.0.6-EN_UK.jar. Check that the file is a valid plugin.
Using UPM 2.7.4
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No problem Francis,
Please try the following to update that file.
This will recreate your bundled plugins based on the contents of the zip file you updated.
You will not have to upload any plugin on JIRA UI. The changes should be already in effect once you access JIRA.
Best regards,
Marcus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Marcus,
Finally got it right - I wanted to have an approach to make it maintainable, avoiding to mess around with the atlassian-bundled-plugins.
Francis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think so. The key should be available to the workflows and hence should be maintained in the i18N files.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.