修复西班牙语bug
This commit is contained in:
@@ -117,26 +117,22 @@
|
||||
},
|
||||
@{
|
||||
@"code": @"es",
|
||||
@"name": @"Español",
|
||||
@"name": @"Español (Latinoamérica)",
|
||||
@"defaultSkinZip": @"西班牙初始皮肤.zip",
|
||||
@"layouts": @[
|
||||
@{@"variant": @"qwerty", @"title": @"QWERTY", @"profileId": @"es_ES_qwerty", @"layoutJsonId": @"letters", @"suggestionEngine": @"latin"},
|
||||
@{@"variant": @"azerty", @"title": @"AZERTY", @"profileId": @"es_ES_azerty", @"layoutJsonId": @"letters_azerty", @"suggestionEngine": @"latin"},
|
||||
@{@"variant": @"qwertz", @"title": @"QWERTZ", @"profileId": @"es_ES_qwertz", @"layoutJsonId": @"letters_qwertz", @"suggestionEngine": @"latin"}
|
||||
]
|
||||
@"layouts": @[@{@"variant": @"qwerty", @"title": @"QWERTY", @"profileId": @"es_419_qwerty", @"layoutJsonId": @"letters_es", @"suggestionEngine": @"spanish"}]
|
||||
},
|
||||
@{
|
||||
@"code": @"pt",
|
||||
@"name": @"Português",
|
||||
@"defaultSkinZip": @"",
|
||||
@"layouts": @[@{@"variant": @"qwerty", @"title": @"QWERTY", @"profileId": @"pt_PT_qwerty", @"layoutJsonId": @"letters", @"suggestionEngine": @"latin"}]
|
||||
@"layouts": @[@{@"variant": @"qwerty", @"title": @"QWERTY", @"profileId": @"pt_PT_qwerty", @"layoutJsonId": @"letters_pt", @"suggestionEngine": @"latin"}]
|
||||
},
|
||||
@{
|
||||
@"code": @"zh-Hant",
|
||||
@"name": @"繁體中文(台灣)",
|
||||
@"defaultSkinZip": @"",
|
||||
@"layouts": @[
|
||||
@{@"variant": @"pinyin", @"title": @"拼音(繁體)", @"profileId": @"zh_Hant_TW_pinyin", @"layoutJsonId": @"letters", @"suggestionEngine": @"pinyin_traditional"},
|
||||
@{@"variant": @"pinyin", @"title": @"拼音(繁體)", @"profileId": @"zh_Hant_TW_pinyin", @"layoutJsonId": @"letters_zh_hant_pinyin", @"suggestionEngine": @"pinyin_traditional"},
|
||||
@{@"variant": @"bopomofo_full", @"title": @"注音全鍵盤", @"profileId": @"zh_Hant_TW_bopomofo_full", @"layoutJsonId": @"letters_bopomofo_full", @"suggestionEngine": @"bopomofo"},
|
||||
@{@"variant": @"bopomofo_standard", @"title": @"注音標準", @"profileId": @"zh_Hant_TW_bopomofo_standard", @"layoutJsonId": @"letters_bopomofo_standard", @"suggestionEngine": @"bopomofo"}
|
||||
]
|
||||
@@ -145,13 +141,7 @@
|
||||
@"code": @"id",
|
||||
@"name": @"Bahasa Indonesia",
|
||||
@"defaultSkinZip": @"",
|
||||
@"layouts": @[@{@"variant": @"qwerty", @"title": @"QWERTY", @"profileId": @"id_ID_qwerty", @"layoutJsonId": @"letters", @"suggestionEngine": @"latin"}]
|
||||
},
|
||||
@{
|
||||
@"code": @"zh-Hans",
|
||||
@"name": @"简体中文",
|
||||
@"defaultSkinZip": @"",
|
||||
@"layouts": @[@{@"variant": @"qwerty", @"title": @"QWERTY", @"profileId": @"zh_Hans_CN_qwerty", @"layoutJsonId": @"letters", @"suggestionEngine": @"pinyin_simplified"}]
|
||||
@"layouts": @[@{@"variant": @"qwerty", @"title": @"QWERTY", @"profileId": @"id_ID_qwerty", @"layoutJsonId": @"letters_id", @"suggestionEngine": @"latin"}]
|
||||
}
|
||||
];
|
||||
return [self parseProfilesFromJSONArray:fallback];
|
||||
|
||||
@@ -13,21 +13,22 @@
|
||||
"layoutJsonId": "letters",
|
||||
"suggestionEngine": "latin"
|
||||
}
|
||||
],
|
||||
{
|
||||
"code": "es",
|
||||
"name": "Español (Latinoamérica)",
|
||||
"defaultSkinZip": "西班牙初始皮肤.zip",
|
||||
"layouts": [
|
||||
{
|
||||
"variant": "qwerty",
|
||||
"title": "QWERTY",
|
||||
"profileId": "es_419_qwerty",
|
||||
"layoutJsonId": "letters_es",
|
||||
"suggestionEngine": "spanish"
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "es",
|
||||
"name": "Español (Latinoamérica)",
|
||||
"defaultSkinZip": "西班牙初始皮肤.zip",
|
||||
"layouts": [
|
||||
{
|
||||
"variant": "qwerty",
|
||||
"title": "QWERTY",
|
||||
"profileId": "es_419_qwerty",
|
||||
"layoutJsonId": "letters_es",
|
||||
"suggestionEngine": "spanish"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "pt",
|
||||
"name": "Português",
|
||||
|
||||
Reference in New Issue
Block a user