Function icu_testdata::locales

source ·
pub fn locales() -> Vec<LanguageIdentifier>
👎Deprecated since 1.3.0
Expand description

Gets the locales supported by the test data.

Examples

assert!(icu_testdata::locales().contains(&langid!("es-AR")));
assert!(icu_testdata::locales().len() > 10);