You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use sys_locale::get_locales() to get all locale available on the system and compare this list with rust_i18n::available_locales!() to select the best one.
Use
sys_locale::get_locales()
to get all locale available on the system and compare this list withrust_i18n::available_locales!()
to select the best one.See also https://lib.rs/crates/locale-match
The text was updated successfully, but these errors were encountered: