• Icon: Suggestion Suggestion
    • Resolution: Won't Fix
    • 3.5
    • None
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      At the momnet the en_UK language bundle has identical files to the default bundle. When users change proeprties in the default bundle if their locale is en_* the changes do not take effect as the English bundle overrides the default one. We do not need to en_UK bundle. All we need is to include the English language descriptor in the default language bundle so that users can still select "en_UK" from the Language drop down in teh admin section.

            [JRASERVER-8266] Remove en_UK langusge bundle

            This issue can not be resolved. The way that the ResourceBundle works is that having failed finding the bundle for the provided locale (in this case en_UK), it will do a search across the default locale of the JVM before falling back on the base property file. SO if you are running with a system locale (-Dlocale.country=DE, -Dlocale.language=de) of german then you can never switch to english if there are not properties with a en postfix, it will always fallback to the de_DE properties instead of the default base property file.

            Dylan Etkin [Atlassian] added a comment - This issue can not be resolved. The way that the ResourceBundle works is that having failed finding the bundle for the provided locale (in this case en_UK), it will do a search across the default locale of the JVM before falling back on the base property file. SO if you are running with a system locale (-Dlocale.country=DE, -Dlocale.language=de) of german then you can never switch to english if there are not properties with a en postfix, it will always fallback to the de_DE properties instead of the default base property file.

            Removed properties from the en_UK bundle to enable fallback for that locale to the default. Now if the default is modified, the changes will be visible for users with that locale.

            Dylan Etkin [Atlassian] added a comment - Removed properties from the en_UK bundle to enable fallback for that locale to the default. Now if the default is modified, the changes will be visible for users with that locale.

              dylan@atlassian.com Dylan Etkin [Atlassian]
              anton@atlassian.com AntonA
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Estimated:
                  Original Estimate - 2h
                  2h
                  Remaining:
                  Remaining Estimate - 2h
                  2h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified