Skip to content

Commit

Permalink
Merge pull request #58 from hmlendea/japanese
Browse files Browse the repository at this point in the history
Improved transliteration for `Japanese`
  • Loading branch information
hmlendea authored Jun 12, 2023
2 parents 8a1a8f5 + f520279 commit 7c08d24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public JapaneseTransliterator()
{'ラ', "ra"}, {'リ', "ri"}, {'ル', "ru"}, {'レ', "re"}, {'ロ', "ro"},
{'ワ', "wa"}, {'ヲ', "wo"}, {'ン', "n"},
{'ィ', "i"}, {'デ', "de"}, {'プ', "pu"}, {'グ', "gu"}, {'ズ', "zu"}, {'ジ', "ji"}, {'ガ', "ga"}, {'ベ', "be"}, {'ェ', "e"},
{'バ', "ba"}, {'ゲ', "ge"}, {'ド', "do"}, {'ゥ', "ū"}, {'ビ', "bi"}, {'ボ', "bo"},
{'バ', "ba"}, {'ゲ', "ge"}, {'ド', "do"}, {'ゥ', "ū"}, {'ビ', "bi"}, {'ボ', "bo"}, {'ザ', "za"}, {'ざ', "za"},
{'・', " "}, {'ー', ""},

// Special Characters
Expand Down

0 comments on commit 7c08d24

Please sign in to comment.