зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1607111 - Use BCP47 lang tags for negotiation in content process. r=jfkthame
Differential Revision: https://phabricator.services.mozilla.com/D60089 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
25e16c8e74
Коммит
7790851e27
|
@ -2523,7 +2523,7 @@ bool ContentParent::InitInternal(ProcessPriority aInitialPriority) {
|
|||
|
||||
spellChecker->GetDictionaryList(&xpcomInit.dictionaries());
|
||||
|
||||
LocaleService::GetInstance()->GetAppLocalesAsLangTags(xpcomInit.appLocales());
|
||||
LocaleService::GetInstance()->GetAppLocalesAsBCP47(xpcomInit.appLocales());
|
||||
LocaleService::GetInstance()->GetRequestedLocales(
|
||||
xpcomInit.requestedLocales());
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче