summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2022-04-05 16:18:42 +0300
committerTor Lillqvist <tml@iki.fi>2022-04-05 16:40:07 +0300
commit8b2f3d1704db70392b198436884eaf16810b0b6c (patch)
treef46c4e8c4a90dfb056cee5ec5e954adc8aa86394
parentMobile: Fix save icon and back icon overlay (diff)
downloadonline-8b2f3d1704db70392b198436884eaf16810b0b6c.tar.gz
online-8b2f3d1704db70392b198436884eaf16810b0b6c.zip
Add ar, he, and sl to match what we use for core
Signed-off-by: Tor Lillqvist <tml@collabora.com> Change-Id: I4b24955c77807dd6004e8c4c6461b72e988f4b76
-rw-r--r--browser/util/create-l10n-all-js.pl6
-rw-r--r--ios/Mobile/Info.plist.in4
2 files changed, 10 insertions, 0 deletions
diff --git a/browser/util/create-l10n-all-js.pl b/browser/util/create-l10n-all-js.pl
index 4cb151fdef..64801f27d3 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 b23b4b2981..713959c0bf 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -200,12 +200,15 @@
<string>6.0</string>
<key>CFBundleLocalizations</key>
<array>
+ <string>ar</string>
+ <string>cs</string>
<string>en</string>
<string>da</string>
<string>de</string>
<string>el</string>
<string>es</string>
<string>fr</string>
+ <string>he</string>
<string>hu</string>
<string>is</string>
<string>it</string>
@@ -219,6 +222,7 @@
<string>pt-BR</string>
<string>ru</string>
<string>sk</string>
+ <string>sl</string>
<string>sv</string>
<string>tr</string>
<string>zh-CN</string>