mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
fe1c609b49
* Win Specific: upgrade opencc * opencc shared configuration file
28 lines
507 B
JSON
28 lines
507 B
JSON
{
|
|
"name": "Simplified Chinese to Traditional Chinese (Hong Kong variant)",
|
|
"segmentation": {
|
|
"type": "mmseg",
|
|
"dict": {
|
|
"type": "ocd2",
|
|
"file": "STPhrases.ocd2"
|
|
}
|
|
},
|
|
"conversion_chain": [{
|
|
"dict": {
|
|
"type": "group",
|
|
"dicts": [{
|
|
"type": "ocd2",
|
|
"file": "STPhrases.ocd2"
|
|
}, {
|
|
"type": "ocd2",
|
|
"file": "STCharacters.ocd2"
|
|
}]
|
|
}
|
|
}, {
|
|
"dict": {
|
|
"type": "ocd2",
|
|
"file": "HKVariants.ocd2"
|
|
}
|
|
}]
|
|
}
|