VIVO-523 Change the way the example language files are presented.
This commit is contained in:
parent
41664dbce0
commit
d3f6af6981
11 changed files with 2 additions and 1 deletions
|
@ -134,7 +134,8 @@ public class LocaleSelectionSetup implements ServletContextListener {
|
|||
throws IllegalArgumentException {
|
||||
Locale locale = LocaleUtils.toLocale(localeString);
|
||||
|
||||
if (!LocaleUtils.isAvailableLocale(locale)) {
|
||||
if (!"es_GO".equals(localeString) && // No complaint about bogus locale
|
||||
!LocaleUtils.isAvailableLocale(locale)) {
|
||||
ssWarning("'" + locale + "' is not a recognized locale.");
|
||||
}
|
||||
return locale;
|
||||
|
|
Loading…
Add table
Reference in a new issue