1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Add a couple more odd katakana combos to roomaji.py.

This covers wooguru and chiraamy; also change their temporary names in
pokemon.csv to reflect this.
This commit is contained in:
Zhorken 2010-09-24 02:37:45 -04:00
parent 00de661080
commit 2ab807a647
2 changed files with 4 additions and 3 deletions
pokedex

View file

@ -60,7 +60,7 @@ _roomaji_small_kana_combos = {
# particularly weird, but it seems to be what GF intends
# Simple vowel replacement
u'ウィ': 'wi', u'ウゥ': 'wu', u'ウェ': 'we',
u'ウィ': 'wi', u'ウゥ': 'wu', u'ウェ': 'we', u'ウォ': 'wo',
u'ヴァ': 'va', u'ヴィ': 'vi', u'ヴェ': 've', u'ヴォ': 'vo',
u'チェ': 'che',
u'シェ': 'she',
@ -71,6 +71,7 @@ _roomaji_small_kana_combos = {
# Not so much
u'シィ': 'sy',
u'ミィ': 'my',
u'ビィ': 'by',
u'ピィ': 'py',
}