зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1103385 - Make json.language() defaults to "en". r=jsantell
This commit is contained in:
Родитель
6fbd0c6119
Коммит
ce08af2b7b
|
@ -32,5 +32,5 @@ exports.locale = function locale() {
|
|||
// Returns the short locale code: ja, en, fr
|
||||
exports.language = function language() {
|
||||
return bestMatchingLocale ? bestMatchingLocale.split("-")[0].toLowerCase()
|
||||
: null;
|
||||
: "en";
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче