feat(common): add locale id parameter to registerLocaleData (#20623)

PR Close #20623
This commit is contained in:
Olivier Combe
2017-11-24 18:47:24 +01:00
committed by Miško Hevery
parent 8ecda94899
commit 24bf3e2a25
5 changed files with 22 additions and 8 deletions

View File

@ -4895,6 +4895,5 @@ switch (goog.LOCALE) {
}
if (l) {
l[0] = goog.LOCALE;
registerLocaleData(l);
registerLocaleData(l, goog.LOCALE);
}