Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-5781

[i18n] generating locale from a string is incorrect

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • i18n 2.4.6
    • i18n 2.4.8
    • Extensions
    • None

    Description

      As per sling document here
      https://sling.apache.org/documentation/bundles/internationalization-support-i18n.html

      parts of locale string are separated by hyphen ("-") like de-DE-MAC but in JCRResourceBundleProvider while extracting locale from a String we are separating parts with underscore ("_") as done here https://github.com/apache/sling/blob/trunk/bundles/extensions/i18n/src/main/java/org/apache/sling/i18n/impl/JcrResourceBundleProvider.java#L586

      Should this be change to separate string on "-" basis ?

      Attachments

        Issue Links

          Activity

            People

              kwin Konrad Windszus
              anagarwa Ankit Agarwal
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: