rialight_intl 1.2.2

Rialight internationalization module.
Documentation
rialight_intl-1.2.2 has been yanked.

rialight::intl

Internationalization module.

Progress

Use the ICU4X project for implementing several things.

  • Collator
  • DateTimeFormat
  • DisplayNames (based on EcmaScript's Intl.DisplayNames)
  • ListFormat
  • Locale
  • NumberFormat
  • PluralRules
  • RelativeTimeFormat
  • Segmenter

FTL Progress

  • Arguments
  • arguments!
  • Ftl
    • Should the library internally use fluent::FluentBundle::new_concurrent()?
    • initialize_locale()
ftl.initialize_locale(|locale, bundle| {
    // locale: intl::Locale
    match locale {
        _ => {},
    }
});