diff options
-rw-r--r-- | inc/Utf8/tables/romanization.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/Utf8/tables/romanization.php b/inc/Utf8/tables/romanization.php index 006a70598..e0da4537d 100644 --- a/inc/Utf8/tables/romanization.php +++ b/inc/Utf8/tables/romanization.php @@ -299,7 +299,6 @@ return [ // Japanese hiragana // 3 character syllables, っ doubles the consonant after - 'っちゃ' => 'ccha', 'っびゃ' => 'bbya', 'っびぇ' => 'bbye', 'っびぃ' => 'bbyi', @@ -641,7 +640,7 @@ return [ 'ファー' => 'faa', 'フォー' => 'foo', 'フャー' => 'fyaa', - 'フェー' => 'fyee', + 'フェー' => 'fee', 'フィー' => 'fyii', 'フョー' => 'fyoo', 'フュー' => 'fyuu', |