diff --git a/browser/util/create-l10n-all-js.pl b/browser/util/create-l10n-all-js.pl
index 4cb151fde..64801f27d 100644
--- a/browser/util/create-l10n-all-js.pl
+++ b/browser/util/create-l10n-all-js.pl
@@ -45,6 +45,8 @@ if (underscore > 0) {
if (false) {
;
+} else if (onlylang == 'ar') {
+ window.LOCALIZATIONS = " . insert('ar') . ";
} else if (onlylang == 'cs') {
window.LOCALIZATIONS = " . insert('cs') . ";
} else if (onlylang == 'da') {
@@ -59,6 +61,8 @@ if (false) {
window.LOCALIZATIONS = " . insert('es') . ";
} else if (onlylang == 'fr') {
window.LOCALIZATIONS = " . insert('fr') . ";
+} else if (onlylang == 'he') {
+ window.LOCALIZATIONS = " . insert('he') . ";
} else if (onlylang == 'hu') {
window.LOCALIZATIONS = " . insert('hu') . ";
} else if (onlylang == 'is') {
@@ -85,6 +89,8 @@ if (false) {
window.LOCALIZATIONS = " . insert('ru') . ";
} else if (onlylang == 'sk') {
window.LOCALIZATIONS = " . insert('sk') . ";
+} else if (onlylang == 'sl') {
+ window.LOCALIZATIONS = " . insert('sl') . ";
} else if (onlylang == 'sv') {
window.LOCALIZATIONS = " . insert('sv') . ";
} else if (onlylang == 'tr') {
diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index c979e7f4d..e69a4ad12 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -200,12 +200,15 @@
6.0
CFBundleLocalizations
+ ar
+ cs
en
da
de
el
es
fr
+ he
hu
is
it
@@ -219,6 +222,7 @@
pt-BR
ru
sk
+ sl
sv
tr
zh-CN