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:
parent
00de661080
commit
2ab807a647
2 changed files with 4 additions and 3 deletions
pokedex
|
@ -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',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue