mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-24 00:14:43 -04:00
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:
@@ -25,6 +25,7 @@
|
||||
|
||||
<string-array name="languageValues">
|
||||
<item></item>
|
||||
<item>en</item>
|
||||
<item>ar</item>
|
||||
<item>ast</item>
|
||||
<item>bg</item>
|
||||
|
||||
@@ -9,7 +9,7 @@ import re
|
||||
from xml.etree import ElementTree
|
||||
|
||||
prefs = set([''])
|
||||
trans = set([''])
|
||||
trans = set(['', 'en'])
|
||||
|
||||
donottranslate = os.path.join('res', 'values', 'donottranslate.xml')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user