From: Eevee Date: Sat, 12 Sep 2009 21:49:02 +0000 (-0700) Subject: Raichuu, not Raichyuu X-Git-Tag: veekun-promotions/2010050901~173 X-Git-Url: http://git.veekun.com/zzz-pokedex.git/commitdiff_plain/76a060622a19346961a0611e8fc0838476e765ac?ds=sidebyside Raichuu, not Raichyuu --- diff --git a/pokedex/roomaji.py b/pokedex/roomaji.py index d1bae0f..212909e 100644 --- a/pokedex/roomaji.py +++ b/pokedex/roomaji.py @@ -78,7 +78,7 @@ def romanize(string): # Drop the -i and append the ya/yu/yo sound new_sound = _roomaji_youon[char] - if last_kana in ['shi', 'ji']: + if last_kana in ['chi', 'shi', 'ji']: # Strip the y- new_char = last_kana[:-1] + new_sound[1:] else: