Modified Twine

to allow using the same locale postfix for Android and iOS
This commit is contained in:
Timofey 2016-09-08 18:15:20 +03:00
parent 16a2be0f43
commit 07361a32e1

View file

@ -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
]