goldendict-ng/opencc/s2hk.json
xiaoyifang fe1c609b49
Win Specific: upgrade opencc (#840)
* Win Specific: upgrade opencc

* opencc shared configuration file
2023-06-10 09:40:13 +08:00

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"
}
}]
}