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

Autogenerate locale data from CLDR #3268

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from
Draft

Autogenerate locale data from CLDR #3268

wants to merge 19 commits into from

Commits on Mar 16, 2024

  1. Change locales.js to new format

    I have changed the file to the new format, but used the existing data. This will allow me to use git diff to ensure the new locale system creates data that is identical to the old data.
    atjn committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    c1be5a8 View commit details
    Browse the repository at this point in the history
  2. Show generated locale diff

    atjn committed Mar 16, 2024
    3 Configuration menu
    Copy the full SHA
    e4f5d36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3a5113 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Override ca_ES flag

    atjn committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    371837e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Use standalone formatting

    atjn committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    048aee4 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    2c956b9 View commit details
    Browse the repository at this point in the history
  2. Merge fixes

    atjn committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7551f09 View commit details
    Browse the repository at this point in the history
  3. Restrict names and ampm lengths

    atjn committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    85f79a4 View commit details
    Browse the repository at this point in the history
  4. Include generated locales

    atjn committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5732060 View commit details
    Browse the repository at this point in the history
  5. Remove currency information

    atjn committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9c27dd6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    295eab0 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Update generator

    atjn committed May 7, 2024
    Configuration menu
    Copy the full SHA
    070b4ab View commit details
    Browse the repository at this point in the history
  2. Support custom formats

    atjn committed May 7, 2024
    Configuration menu
    Copy the full SHA
    47519d3 View commit details
    Browse the repository at this point in the history
  3. Update locales

    atjn committed May 7, 2024
    Configuration menu
    Copy the full SHA
    eee4b67 View commit details
    Browse the repository at this point in the history
  4. Old locale data, new formatting

    atjn committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4de636a View commit details
    Browse the repository at this point in the history
  5. New locale data

    atjn committed May 7, 2024
    Configuration menu
    Copy the full SHA
    49ecbf1 View commit details
    Browse the repository at this point in the history
  6. Update core

    atjn committed May 7, 2024
    Configuration menu
    Copy the full SHA
    28099db View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Revert "Support custom formats"

    This reverts commit 47519d3.
    atjn committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0d2aa62 View commit details
    Browse the repository at this point in the history
  2. Improve test locale

    atjn committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4ddca3f View commit details
    Browse the repository at this point in the history