Created
May 13, 2016 20:36
-
-
Save gkio/ef448ffab4bd42d381cea719b3019a26 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var jpn = [ | |
'あa','いi','うu','えe','おo', | |
'かka','きki','くku','けke','こko', | |
'さsa','しshi','すsu','せse','そso', | |
'たta','ちchi','つtsu','てte','とto', | |
'なna','にni','ぬnu','ねne','のno', | |
'はha','ひhi','ふfu','へhe','ほho', | |
'まma','みmi','むmu','めme','もmo', | |
'やya','ゆyu','よyo', | |
'らra','りri','るru','れre','ろro', | |
'わwa','をwo','んn' | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment