添加繁体
This commit is contained in:
@@ -128,11 +128,16 @@
|
||||
@"layouts": @[@{@"variant": @"qwerty", @"title": @"QWERTY", @"profileId": @"pt_PT_qwerty", @"layoutJsonId": @"letters_pt", @"suggestionEngine": @"latin"}]
|
||||
},
|
||||
@{
|
||||
@"code": @"zh-Hant",
|
||||
@"name": @"繁體中文(台灣)",
|
||||
@"defaultSkinZip": @"",
|
||||
@"code": @"zh-Hant-Pinyin",
|
||||
@"name": @"繁體中文-拼音",
|
||||
@"defaultSkinZip": @"繁体中文拼音皮肤.zip",
|
||||
@"layouts": @[@{@"variant": @"pinyin", @"title": @"拼音(繁體)", @"profileId": @"zh_Hant_TW_pinyin", @"layoutJsonId": @"letters_zh_hant_pinyin", @"suggestionEngine": @"pinyin_traditional"}]
|
||||
},
|
||||
@{
|
||||
@"code": @"zh-Hant-Bopomofo",
|
||||
@"name": @"繁體中文-注音",
|
||||
@"defaultSkinZip": @"繁体中文注音皮肤.zip",
|
||||
@"layouts": @[
|
||||
@{@"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"}
|
||||
]
|
||||
@@ -140,7 +145,7 @@
|
||||
@{
|
||||
@"code": @"id",
|
||||
@"name": @"Bahasa Indonesia",
|
||||
@"defaultSkinZip": @"",
|
||||
@"defaultSkinZip": @"印度尼西亚初始皮肤.zip",
|
||||
@"layouts": @[@{@"variant": @"qwerty", @"title": @"QWERTY", @"profileId": @"id_ID_qwerty", @"layoutJsonId": @"letters_id", @"suggestionEngine": @"latin"}]
|
||||
}
|
||||
];
|
||||
|
||||
@@ -44,9 +44,9 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "zh-Hant",
|
||||
"name": "繁體中文(台灣)",
|
||||
"defaultSkinZip": "",
|
||||
"code": "zh-Hant-Pinyin",
|
||||
"name": "繁體中文-拼音",
|
||||
"defaultSkinZip": "台湾拼音初始皮肤.zip",
|
||||
"layouts": [
|
||||
{
|
||||
"variant": "pinyin",
|
||||
@@ -54,7 +54,14 @@
|
||||
"profileId": "zh_Hant_TW_pinyin",
|
||||
"layoutJsonId": "letters_zh_hant_pinyin",
|
||||
"suggestionEngine": "pinyin_traditional"
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "zh-Hant-Bopomofo",
|
||||
"name": "繁體中文-注音",
|
||||
"defaultSkinZip": "台湾省初始皮肤注音.zip",
|
||||
"layouts": [
|
||||
{
|
||||
"variant": "bopomofo_full",
|
||||
"title": "注音全鍵盤",
|
||||
|
||||
Reference in New Issue
Block a user