зеркало из https://github.com/mozilla/pjs.git
Replace locale no-NO by nb-NO. Bug 533814, r=pike
This commit is contained in:
Родитель
12b7618675
Коммит
2c7fd24076
|
@ -116,6 +116,12 @@ nsPosixLocale::GetXPLocale(const char* posixLocale, nsAString& locale)
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
// Special case: substitute "nb" (Norwegian Bokmal) for macrolanguage
|
||||
// code "no" (Norwegian)
|
||||
if (nsDependentCString(lang_code).LowerCaseEqualsLiteral("no")) {
|
||||
lang_code[1] = 'b';
|
||||
}
|
||||
|
||||
if (*country_code) {
|
||||
PR_snprintf(posix_locale,sizeof(posix_locale),"%s-%s",lang_code,country_code);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче