X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/40300f9ea7fc541bd5f3878d98d4ff0ca4873d9c..583c05848d31fb94a14f3ba8aaede3e31106aabf:/pokedex/roomaji.py 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: