feat(common): add locale id parameter to registerLocaleData
(#20623)
PR Close #20623
This commit is contained in:

committed by
Miško Hevery

parent
8ecda94899
commit
24bf3e2a25
@ -4895,6 +4895,5 @@ switch (goog.LOCALE) {
|
||||
}
|
||||
|
||||
if (l) {
|
||||
l[0] = goog.LOCALE;
|
||||
registerLocaleData(l);
|
||||
registerLocaleData(l, goog.LOCALE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user