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

Explore using icu4 #1227

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Explore using icu4 #1227

wants to merge 3 commits into from

Commits on Aug 26, 2023

  1. Explore using icu4

    Relates to chronotope#854, but doesn't replace datetime code as a mentioned
    possible approach.
    
    Uses icu4 for:
    
    * short_months
    * long_months
    * short_weekdays
    * long_weekdays
    * am_pm
    * decimal_point
    
    Still uses pure_rust_locales for (I couldn't figure out how to get this
    from icu4 yet...):
    
    * d_fmt
    * d_t_fmt
    * t_fmt
    * t_fmt_ampm
    bim9262 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    7cba53b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df542e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c83af79 View commit details
    Browse the repository at this point in the history