lib/util/romaji_trx: add and

This commit is contained in:
2025-04-29 13:58:25 +02:00
parent 0214473120
commit 4357485870

View File

@@ -205,7 +205,8 @@ const Map<String, String> hiragana_to_latin = {
'': 'xo',
'': 'xka',
'': 'xke',
'': 'xwa'
'': 'xwa',
'': 'yori',
};
const Map<String, String> latin_to_hiragana = {
@@ -477,6 +478,7 @@ const Map<String, String> latin_to_hiragana = {
'#,': '',
'#.': '',
'#/': '',
'#~': '',
};
bool _smallTsu(String for_conversion) => for_conversion == hiragana_small_tsu;