isLocaleLoaded method
Returns true if the translations of the given locale are loaded.
Implementation
bool isLocaleLoaded(E locale) {
return translationMap.containsKey(locale);
}
Returns true if the translations of the given locale are loaded.
bool isLocaleLoaded(E locale) {
return translationMap.containsKey(locale);
}