Pier Angelo Vendrame pushed to branch tor-browser-115.9.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
d297cb60
by Pier Angelo Vendrame at 2024-03-13T19:16:43+01:00
1 changed file:
Changes:
| ... | ... | @@ -22,7 +22,9 @@ this.DateTimeBoxWidget = class { |
| 22 | 22 | // createEditFieldAndAppend() call.
|
| 23 | 23 | this.l10n = new this.window.DOMLocalization(
|
| 24 | 24 | ["toolkit/global/datetimebox.ftl"],
|
| 25 | - /* aSync = */ true
|
|
| 25 | + /* aSync = */ true,
|
|
| 26 | + undefined,
|
|
| 27 | + this.window.getWebExposedLocales()
|
|
| 26 | 28 | );
|
| 27 | 29 | }
|
| 28 | 30 |