projects
/
zzz-pokedex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
333b394
)
Raichuu, not Raichyuu
author
Eevee
<git@veekun.com>
Sat, 12 Sep 2009 21:49:02 +0000
(14:49 -0700)
committer
Eevee
<git@veekun.com>
Sat, 12 Sep 2009 21:49:02 +0000
(14:49 -0700)
pokedex/roomaji.py
patch
|
blob
|
history
diff --git
a/pokedex/roomaji.py
b/pokedex/roomaji.py
index
d1bae0f
..
212909e
100644
(file)
--- 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: