rialight::intl
Internationalization module.
Progress
Use the ICU4X project for implementing several things.
- [ ] Collator
- [ ] DateTimeFormat
- [ ] DisplayNames (based on EcmaScript's Intl.DisplayNames)
- [ ] ListFormat
- [x] Locale
- [ ] NumberFormat
- [ ] PluralRules
- [ ] RelativeTimeFormat
- [ ] Segmenter
FTL Progress
- [x] Arguments
- [x]
arguments!
- [x]
Ftl
- [ ] Should the library internally use
fluent::FluentBundle::new_concurrent()
?
- [x]
initialize_locale()
ftl.initialize_locale(|locale, bundle| {
// locale: intl::Locale
match locale {
_ => {},
}
});