AppLocaleUtilsExt<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>> extension

on

Properties

supportedLocalesRaw List<String>

Available on BaseAppLocaleUtils<E, T>, provided by the AppLocaleUtilsExt extension

Gets supported locales in string format.
no setter

Methods

buildWithOverrides({required E locale, required FileType fileType, required String content, PluralResolver? cardinalResolver, PluralResolver? ordinalResolver}) → T

Available on BaseAppLocaleUtils<E, T>, provided by the AppLocaleUtilsExt extension

Creates a translation instance with overrides stored in content.
buildWithOverridesFromMap({required E locale, required bool isFlatMap, required Map map, PluralResolver? cardinalResolver, PluralResolver? ordinalResolver}) → T

Available on BaseAppLocaleUtils<E, T>, provided by the AppLocaleUtilsExt extension

Creates a translation instance using the given map.
parse(String rawLocale) → E

Available on BaseAppLocaleUtils<E, T>, provided by the AppLocaleUtilsExt extension

Parses the raw locale to get the enum. Fallbacks to base locale.
parseAppLocale(BaseAppLocale<BaseAppLocale, BaseTranslations> locale) → E

Available on BaseAppLocaleUtils<E, T>, provided by the AppLocaleUtilsExt extension

Gets the E type of locale.
parseLocaleParts({required String languageCode, String? scriptCode, String? countryCode}) → E

Available on BaseAppLocaleUtils<E, T>, provided by the AppLocaleUtilsExt extension

Finds the locale type E which fits the locale parts the best. Fallbacks to base locale.