mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Forgot to uncomment the hiragana sokuon code.
This commit is contained in:
parent
04a2e3fd3d
commit
1206fe563b
1 changed files with 1 additions and 2 deletions
|
@ -113,8 +113,7 @@ def romanize(string):
|
|||
last_kana = new_char
|
||||
|
||||
# Sokuon
|
||||
#elif char in (u'っ', u'ッ'):
|
||||
elif char in (u'ッ',):
|
||||
elif char in (u'っ', u'ッ'):
|
||||
# Remember it and double the consonant next time around
|
||||
last_kana = 'sokuon'
|
||||
|
||||
|
|
Loading…
Reference in a new issue