mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Raichuu, not Raichyuu
This commit is contained in:
parent
e5a692b2ac
commit
1d4425bcb8
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ def romanize(string):
|
||||||
|
|
||||||
# Drop the -i and append the ya/yu/yo sound
|
# Drop the -i and append the ya/yu/yo sound
|
||||||
new_sound = _roomaji_youon[char]
|
new_sound = _roomaji_youon[char]
|
||||||
if last_kana in ['shi', 'ji']:
|
if last_kana in ['chi', 'shi', 'ji']:
|
||||||
# Strip the y-
|
# Strip the y-
|
||||||
new_char = last_kana[:-1] + new_sound[1:]
|
new_char = last_kana[:-1] + new_sound[1:]
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue