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)
- Use LanguageDisplayNames and RegionDisplayNames from icu_displaynames
- ListFormat
- Locale
- NumberFormat
- PluralRules
- RelativeTimeFormat
- Segmenter
FTL Progress
- Arguments
-
arguments! -
Ftl- Should the library internally use
fluent::FluentBundle::new_concurrent()? -
initialize_locale()
- Should the library internally use
ftl.initialize_locale(|locale, bundle| {
// locale: intl::Locale
match locale {
_ => {},
}
});