Skip to content

Commit

Permalink
Added the nn edge case as stated in WaniKani#38
Browse files Browse the repository at this point in the history
  • Loading branch information
Sithdown committed Aug 31, 2015
1 parent fc0a23d commit d5eba40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/coffee/wanakana.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,11 @@ wanakana.R_to_J =
'n ': '' # n + space
xn: ''
ltsu: '' # note 4 character code
nnya: 'んや'
nnyu: 'んゆ'
nnyo: 'んよ'

wanakana.FOUR_CHARACTER_EDGE_CASES = ['lts', 'chy', 'shy']
wanakana.FOUR_CHARACTER_EDGE_CASES = ['lts', 'chy', 'shy', 'nny']

wanakana.J_to_R =
: 'a'
Expand Down

0 comments on commit d5eba40

Please sign in to comment.