This would need to apply to the main menu, create issues, filters, reports, etc.
We store more information than issues in Jira (such as user stories, requests, new features) and the term Issues is causing some confusion.
I was thinking maybe in a localisation file somewhere?
Redoing the changes every time is much easier if you version the language files. What I've done is this:
Now each time I upgrade (or just want to update the translations), I just get the updated version from atlassian translations, sort it again and commit a new version on the main branch and merge it to your "custom branch". There may be some conflicts, but these can be easily resolved.
When you don't have to actually do the translation but can use the files directly from the Jira installation (or the translation supplied by Atlassian is OK), you could probably simplify the whole process (get rid of the sorting and using a property file editor). The crucial thing is to version the original files and to apply your changes in a separate branch so you can merge automatically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Evan,
That's extremely simple right now.
We have just released InProduct translation plugin for JIRA.
It allows to translate JIRA right from its page so you can see all messages and provided translations live in a second. Just install the plugin in JIRA, select "Translate Page" from the user profile menu in JIRA and start translations.
Translations are permanent as long as IPT plugin is enabled (even after JIRA upgrade).
The plugin is available in marketplace: https://marketplace.atlassian.com/plugins/com.atlassian.translations.jira.inproduct
You can install it from the UPM. It works with JIRA 5.1+.
Cheers,
Jacek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
BTW. If you like the InProduct translation for JIRA and would like to have the same for Confluence then please vote and comment following issue: https://jira.atlassian.com/browse/TRANS-579
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think it's a great solution
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is a great solution for chaging words/terms that the user can see. Can this also be used to change word/terms to exported files, etc. For example, I have change all instances of 'Issues' to 'Items'... but when exporting to Excel, the new field names are exported correctly. However, I still see "Displaying 5 issues at 08/July/14..." Similar with gadgets. The tool doesn't recognize text within the gadgets.
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.