Skip to content
Merged

Test #276

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions scriptshifter/tables/data/_chinese_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ script_to_roman:
"\u5FB7\u610F\u5FD7\u8054\u90A6\u5171\u548C\u56FD": "Deyizhi Lianbang Gongheguo "
"\u4E2D\u83EF\u4EBA\u6C11\u5171\u548C\u570B": "Zhonghua Renmin Gongheguo "
"\u4E2D\u534E\u4EBA\u6C11\u5171\u548C\u56FD": "Zhonghua Renmin Gongheguo "
"\u0063\u0068\u0069\u006E\u0065\u0073\u0065": "pinyin "
"\u5BE7\u590F\u56DE\u65CF\u81EA\u6CBB\u5340": "Ningxia Huizu Zizhiqu "
"\u5B81\u590F\u56DE\u65CF\u81EA\u6CBB\u533A": "Ningxia Huizu Zizhiqu "
"\u5EE3\u897F\u58EF\u65CF\u81EA\u6CBB\u5340": "Guangxi Zhuangzu Zizhiqu "
Expand Down Expand Up @@ -1857,7 +1856,6 @@ script_to_roman:
"\u5854\u52D2": "ta le "
"\u5854\u524E": "ta cha "
"\u5854\u5239": "ta cha "
"\u0074\u0061": "ta "
"\u8607\u5DDE": "Suzhou "
"\u82CF\u5DDE": "Suzhou "
"\u9501\u94A5": "suo yue "
Expand Down Expand Up @@ -2062,10 +2060,7 @@ script_to_roman:
"\u6851\u845A": "sang shen "
"\u6851\u85E8": "sang pao "
"\u4E09\u85CF": "san zang "
"\u0033\u0071": "san q "
"\u0033\u0070": "san p "
"\u4E09\u91CD": "san chong "
"\u0033\u0063": "san c "
"\u8F6F\u5462": "ruan ni "
"\u8EDF\u5462": "ruan ni "
"\u8F6F\u808B": "ruan lei "
Expand Down Expand Up @@ -2198,7 +2193,6 @@ script_to_roman:
"\u9642\u9640": "po tuo "
"\u7834\u7684": "po di "
"\u6734\u5200": "po dao "
"\u0070\u006F": "po "
"\u5C4F\u6771": "Pingdong "
"\u5C4F\u4E1C": "Pingdong "
"\u8BC4\u4F20": "ping zhuan "
Expand Down Expand Up @@ -4162,7 +4156,6 @@ script_to_roman:
"\u7F77\u4E86": "ba le "
"\u7F62\u4E86": "ba le "
"\u516B\u75B8": "ba dan "
"\u0038\u0038": "ba ba "
"\u6FB3\u6D32": "Aozhou "
"\u6FB3\u95E8": "Aomen "
"\u6FB3\u9580": "Aomen "
Expand Down Expand Up @@ -24901,7 +24894,6 @@ script_to_roman:
"\u556A": "pa "
"\u4BF2": "pa "
"\u4524": "pa "
"\u0025": "pa "
"\u31E02": "ou "
"\u31339": "ou "
"\u30F5C": "ou "
Expand Down Expand Up @@ -47441,7 +47433,6 @@ script_to_roman:
"\u3629": "bi "
"\u3620": "bi "
"\u34D6": "bi "
"\u0062": "bi "
"\u3193A": "beng "
"\u30B2D": "beng "
"\u30B14": "beng "
Expand Down Expand Up @@ -48634,7 +48625,6 @@ script_to_roman:
"\uFF0C": ", "
"\u30FB": ", "
"\u3001": ", "
"\u00B7": ", "
"\uFF0B": "+ "
"\uFF0A": "* "
"\uFF09": ") "
Expand Down
4 changes: 2 additions & 2 deletions scriptshifter/tables/data/_ignore_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ roman_to_script:
- "L(V|X{1,3})I{,3}\\b"
- "LX{1,3}I?V\\b"
- "LX{1,3}VI{,3}\\b"
- "(V|X{1,3})I{,3}\\b"
- "X{1,3}I{,3}\\b"
- "VI{1,3}\\b"
- "X{1,3}I{1,3}\\b"
- "X{1,3}I(V|X)\\b"
- "X{1,3}VI{,3}\\b"

Expand Down