adding English as default language
This commit is contained in:
parent
8bbc751f0b
commit
3f03ddfd1f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class LanguageFilteringUtils {
|
||||||
Locale locale = (Locale) locales.nextElement();
|
Locale locale = (Locale) locales.nextElement();
|
||||||
langs.add(locale.toString().replace(UNDERSCORE, HYPHEN));
|
langs.add(locale.toString().replace(UNDERSCORE, HYPHEN));
|
||||||
}
|
}
|
||||||
if (langs.isEmpty()) {
|
if (!langs.contains(DEFAULT_LANG_STRING)) {
|
||||||
langs.add(DEFAULT_LANG_STRING);
|
langs.add(DEFAULT_LANG_STRING);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue