Hi,
I want to use own i18n plugin localization. When I wrote loc_cs_CZ.properties file as equivalent to english localization in loc.properties everything looks fine, but if user change language profile back to english (or the other language), original english labels will not populate back.
What Im doing wrong, or need register some additional resources?
Thx for help,
RK
It is my own plugin for JIRA 4.1.2, where in atlassian-plugin.xml I have
<resource type="i18n" name="i18n" location="i18n.messages" />
and in resources folder I have localization files
i18n/messages.properties
i18n/messages_cs_CZ.properties
If I remove cs, english labels are shown, but Im not albe to have these two localizations together.
Problem solved.
Just stumbled over the same problem in JIRA 4.4.
Changing the locale used by the JVM as described here fixed the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In resources folder I have 2 files
note_plugin_en.properties
note_plugin_fr.properties
And I have 2 button for users to change the language. I dont know how to change the display language when users click on buttons. Can you give me some suggestion ?
Im working on JIRA 5.0.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you show me how ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It was some issue/bug in JIRA 4.1. If I installed JIRA with selecting cs_CZ as my default location in instalation process and than try change to en, it used my cs_CZ properties as primary. Try over-ride the default locale used by the JVM: -Duser.language=en -Duser.country=US (add into the some setenv, properties startup JIRA file) The other way is reinstal all application.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In what product (JIRA, Confluence) and what kind of plugin are you trying to localize? Without that information, we can only guess, what you are trying to do.
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.