We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce0864a + 5a4fb34 commit 9aefbe3Copy full SHA for 9aefbe3
TransliterationAPI/Service/Transliterators/JapaneseTransliterator.cs
@@ -71,7 +71,7 @@ public JapaneseTransliterator()
71
{ '九', "kyū" },
72
{ '寧', "nei" },
73
{ '歙', "shī" },
74
- { '玉', "gyoku" },
+ { '玉', "gyoku" }, // Or tama
75
{ '西', "sei" },
76
{ '郡', "gun" },
77
@@ -134,7 +134,7 @@ public JapaneseTransliterator()
134
{ '滋', "shi" },
135
{ '潟', "gata" },
136
{ '熊', "kuma" },
137
- { '町', "machi" },
+ { '町', "chō" }, // Or machi
138
{ '直', "choku" },
139
{ '知', "chi" },
140
{ '石', "ishi" },
0 commit comments