fix: issue where languages are missing from selection
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
6a7a82636d
commit
8a935862b0
|
|
@ -66,7 +66,8 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Please keep this list sorted alphabetically.
|
// Please keep this list sorted alphabetically.
|
||||||
resourceConfigurations += ['b+es+419',
|
resourceConfigurations += ['ar',
|
||||||
|
'b+es+419',
|
||||||
'be',
|
'be',
|
||||||
'bg',
|
'bg',
|
||||||
'bn',
|
'bn',
|
||||||
|
|
@ -87,6 +88,7 @@ android {
|
||||||
'id',
|
'id',
|
||||||
'in',
|
'in',
|
||||||
'ja',
|
'ja',
|
||||||
|
'mwl',
|
||||||
'nb-rNO',
|
'nb-rNO',
|
||||||
'nl',
|
'nl',
|
||||||
'pl',
|
'pl',
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
|
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<!-- Please keep this list sorted alphabetically. -->
|
<!-- Please keep this list sorted alphabetically. -->
|
||||||
|
<locale android:name="ar" />
|
||||||
<locale android:name="b+es+419" />
|
<locale android:name="b+es+419" />
|
||||||
<locale android:name="be" />
|
<locale android:name="be" />
|
||||||
<locale android:name="bg" />
|
<locale android:name="bg" />
|
||||||
|
|
@ -22,6 +23,7 @@
|
||||||
<locale android:name="id" />
|
<locale android:name="id" />
|
||||||
<locale android:name="in" />
|
<locale android:name="in" />
|
||||||
<locale android:name="ja" />
|
<locale android:name="ja" />
|
||||||
|
<locale android:name="mwl" />
|
||||||
<locale android:name="nb-rNO" />
|
<locale android:name="nb-rNO" />
|
||||||
<locale android:name="nl" />
|
<locale android:name="nl" />
|
||||||
<locale android:name="pl" />
|
<locale android:name="pl" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue