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

Split user language (UI translation) from locale (formatted values) #4595

Merged
merged 18 commits into from
Jan 29, 2024

Commits on Jan 28, 2024

  1. - detect locale from existing translation files

    - calculate region codes by existing locales
    - skip region codes for certain locales
    - skip region codes for locales if settings are the same
    kevinpapst committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c8cf40d View commit details
    Browse the repository at this point in the history
  2. - regenerated list of locales

    - added new locales id, pa, sl
    - removed many duplicated locales
    kevinpapst committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    e643628 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cc1fc9 View commit details
    Browse the repository at this point in the history
  4. added second preference to differentiate between language for transla…

    …tions and locale for formats
    kevinpapst committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    9bb2f0c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. code style

    kevinpapst committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8a6829a View commit details
    Browse the repository at this point in the history
  2. allow lowercase am and pm

    kevinpapst committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    fae4503 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac73cfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    350a832 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41219a5 View commit details
    Browse the repository at this point in the history
  6. added second form type and preference to differentiate between langua…

    …ge (translation) and locale (format)
    kevinpapst committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7cc5c8e View commit details
    Browse the repository at this point in the history
  7. adjusted tests

    kevinpapst committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d364dc1 View commit details
    Browse the repository at this point in the history
  8. code styles

    kevinpapst committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4790298 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0011bf7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    555146b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b3160c4 View commit details
    Browse the repository at this point in the history
  12. fix test

    kevinpapst committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5280cec View commit details
    Browse the repository at this point in the history
  13. fix test

    kevinpapst committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    98d5a8a View commit details
    Browse the repository at this point in the history
  14. code style

    kevinpapst committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    be657ab View commit details
    Browse the repository at this point in the history