Fixed Hebrew language code for Android
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
649967b71e
commit
13f5b7b088
1 changed files with 4 additions and 2 deletions
|
@ -12,8 +12,10 @@ module Twine
|
|||
'zh' => 'zh-Hans',
|
||||
'zh-CN' => 'zh-Hans',
|
||||
'zh-HK' => 'zh-Hant',
|
||||
'en-GB' => 'en-GB',
|
||||
'in' => 'id'
|
||||
# See https://developer.android.com/reference/java/util/Locale#legacy-language-codes
|
||||
'iw' => 'he',
|
||||
'in' => 'id',
|
||||
'ji' => 'yi'
|
||||
]
|
||||
|
||||
def format_name
|
||||
|
|
Reference in a new issue