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 of local numbering systems for number symbols #1036

Merged
merged 3 commits into from
Nov 28, 2023

Commits on Nov 27, 2023

  1. Add support for number symbols of different numbering systems

    - Import number symbols for available  numbering systems from cldr data
    - Add default_numbering_system  and other_numbering_systems properties for Locale
    - Add numbering_system argument to relevant number formatting fuctions and use number symbols based on the given numbering system
    
    Fixes partially issue python-babel#446
    kajte committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    0509ae4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Apply ruff autofixes

    akx committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    648bddb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abe6bda View commit details
    Browse the repository at this point in the history