Skip to content

Commit

Permalink
fix(make_json_dict.py): Convert di and du at the first and last of wo…
Browse files Browse the repository at this point in the history
…rd in dict.json file to zi and zu. fix #438 @0.1h
  • Loading branch information
tKondoYDC committed Oct 6, 2018
1 parent 59e7a32 commit 9b412e0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions data/dict.json
Original file line number Diff line number Diff line change
Expand Up @@ -4072,7 +4072,7 @@
"\u30a2\u30b5\u30c2"
],
"first": "\u30a2",
"end": "\u30c2"
"end": "\u30b8"
},
{
"key": "\u30a2\u30b5\u30c2\u30a8",
Expand Down Expand Up @@ -181301,7 +181301,7 @@
"\u7530\u9db4"
],
"first": "\u30bf",
"end": "\u30c5"
"end": "\u30ba"
},
{
"key": "\u30bf\u30c5\u30af\u30ea",
Expand Down Expand Up @@ -195913,8 +195913,8 @@
"org": [
"\u3062"
],
"first": "\u30c2",
"end": "\u30c2"
"first": "\u30b8",
"end": "\u30b8"
},
{
"key": "\u30c4",
Expand Down Expand Up @@ -198407,7 +198407,7 @@
"\u3064\u3065"
],
"first": "\u30c4",
"end": "\u30c5"
"end": "\u30ba"
},
{
"key": "\u30c4\u30c5\u30ad",
Expand Down Expand Up @@ -200456,15 +200456,15 @@
"org": [
"\u56f3\u5f62"
],
"first": "\u30c5",
"first": "\u30ba",
"end": "\u30a4"
},
{
"key": "\u30c5\u30eb",
"org": [
"\u30c5\u30eb"
],
"first": "\u30c5",
"first": "\u30ba",
"end": "\u30eb"
},
{
Expand Down Expand Up @@ -212020,7 +212020,7 @@
"\u5e38\u78d0\u6d25"
],
"first": "\u30c8",
"end": "\u30c5"
"end": "\u30ba"
},
{
"key": "\u30c8\u30ad\u30f3",
Expand Down Expand Up @@ -243004,7 +243004,7 @@
"\u9f3b\u8840"
],
"first": "\u30cf",
"end": "\u30c2"
"end": "\u30b8"
},
{
"key": "\u30cf\u30ca\u30c3\u30c4\u30e9",
Expand Down

0 comments on commit 9b412e0

Please sign in to comment.