LocalesIntl extension
Properties
- fallbackLocale ↔ Locale?
-
Available on SintInterface, provided by the LocalesIntl extension
getter/setter pair - locale ↔ Locale?
-
Available on SintInterface, provided by the LocalesIntl extension
getter/setter pair - pathTranslator ↔ PathTranslator?
-
Available on SintInterface, provided by the LocalesIntl extension
URL path translator (built whentranslateEndpoints: true).getter/setter pair -
translations
→ Map<
String, Map< String, String> > -
Available on SintInterface, provided by the LocalesIntl extension
no setter
Methods
-
addTranslations(
Map< String, Map< tr) → voidString, String> > -
Available on SintInterface, provided by the LocalesIntl extension
-
appendTranslations(
Map< String, Map< tr) → voidString, String> > -
Available on SintInterface, provided by the LocalesIntl extension
-
clearTranslations(
) → void -
Available on SintInterface, provided by the LocalesIntl extension
-
loadTranslations(
Future< Map< loader()) → Future<String, Map< >String, String> >void> -
Available on SintInterface, provided by the LocalesIntl extension
Loads translations asynchronously from aloadercallback and merges them with existing translations (does not replace).