Skip to content

Commit 9aefbe3

Browse files
authored
Merge pull request #106 from hmlendea/japanese
Improved the transliterator for `Japanese`
2 parents ce0864a + 5a4fb34 commit 9aefbe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TransliterationAPI/Service/Transliterators/JapaneseTransliterator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public JapaneseTransliterator()
7171
{ '九', "kyū" },
7272
{ '寧', "nei" },
7373
{ '歙', "shī" },
74-
{ '玉', "gyoku" },
74+
{ '玉', "gyoku" }, // Or tama
7575
{ '西', "sei" },
7676
{ '郡', "gun" },
7777

@@ -134,7 +134,7 @@ public JapaneseTransliterator()
134134
{ '滋', "shi" },
135135
{ '潟', "gata" },
136136
{ '熊', "kuma" },
137-
{ '町', "machi" },
137+
{ '町', "chō" }, // Or machi
138138
{ '直', "choku" },
139139
{ '知', "chi" },
140140
{ '石', "ishi" },

0 commit comments

Comments
 (0)