Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for parent locale exceptions #117

Closed
wants to merge 3 commits into from
Closed

Add support for parent locale exceptions #117

wants to merge 3 commits into from

Commits on Nov 5, 2014

  1. import parent locales from supplemental data

    the <parentLocales> element contains the locale inheritance exceptions
    etanol committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    4eb7660 View commit details
    Browse the repository at this point in the history
  2. look for a parent locale exception first

    when deriving the parent locale from the given name, look in the parent
    exceptions first (e.g. the parent of "es_MX" is "es_419", not "es")
    etanol committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    48723b4 View commit details
    Browse the repository at this point in the history
  3. fix the colombian spanish formatting

    According to the colombian locales, the currency symbol is placed at the
    beginning, like in english locales.  This needs to be changed because "es_CO"
    now inherits the definitions from "es_419", thus conforming to the standard.
    etanol committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    96aaae1 View commit details
    Browse the repository at this point in the history