Add ar, he, and sl to match what we use for core
Signed-off-by: Tor Lillqvist <tml@collabora.com> Change-Id: I4b24955c77807dd6004e8c4c6461b72e988f4b76
This commit is contained in:
parent
4b7ecde829
commit
9bae3960da
2 changed files with 10 additions and 0 deletions
|
@ -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') {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue