Add english to list of locales to pick
Useful to make F-Droid be in English if the system language is different. Fixes issue brought up in https://f-droid.org/forums/topic/f-droid-0-97-language-selection/
This commit is contained in:
parent
69fdaf874e
commit
9dceb60786
@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
<string-array name="languageValues">
|
<string-array name="languageValues">
|
||||||
<item></item>
|
<item></item>
|
||||||
|
<item>en</item>
|
||||||
<item>ar</item>
|
<item>ar</item>
|
||||||
<item>ast</item>
|
<item>ast</item>
|
||||||
<item>bg</item>
|
<item>bg</item>
|
||||||
|
@ -9,7 +9,7 @@ import re
|
|||||||
from xml.etree import ElementTree
|
from xml.etree import ElementTree
|
||||||
|
|
||||||
prefs = set([''])
|
prefs = set([''])
|
||||||
trans = set([''])
|
trans = set(['', 'en'])
|
||||||
|
|
||||||
donottranslate = os.path.join('res', 'values', 'donottranslate.xml')
|
donottranslate = os.path.join('res', 'values', 'donottranslate.xml')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user