forked from organicmaps/organicmaps
Modified Twine
to allow using the same locale postfix for Android and iOS
This commit is contained in:
parent
16a2be0f43
commit
07361a32e1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module Twine
|
|||
'zh' => 'zh-Hans',
|
||||
'zh-rCN' => 'zh-Hans',
|
||||
'zh-rHK' => 'zh-Hant',
|
||||
'en-rGB' => 'en-UK',
|
||||
'en-rGB' => 'en-GB',
|
||||
'in' => 'id'
|
||||
# TODO: spanish
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue