zhconv 0.4.1

Traditional, Simplified and regional Chinese variants converter powered by MediaWiki & OpenCC rulesets and the Aho-Corasick algorithm 中文简繁及地區詞轉換
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "County",
  "description": "郡縣轉換",
  "path": "Module:CGroup/County",
  "rules": [
    {
      "original": "County/Landkreis",
      "conv": "zh-cn:县;zh-tw:郡;zh-hk:縣;"
    },
    {
      "original": "counties",
      "conv": "zh-hans:郡县;zh-hant:郡縣;"
    }
  ]
}