Skip to content

Commit

Permalink
Add 'ou' => 'o͘' to nan-latn-pehoeji-transliteration IME
Browse files Browse the repository at this point in the history
Bug: #815
Change-Id: I29a27904ad030b8c4a1f7c98f40c4e747cabd912
  • Loading branch information
winstonsung committed Nov 20, 2024
1 parent 805d7d7 commit aa91033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions rules/nan/nan-latn-pehoeji-transliteration.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
[ '(^|[^i])o(ⁿ|aⁿ?|e|m|ng)?(7|_)', '$1ō$2' ],
[ '(^|[^i])o(hⁿ?|k)(8|\')', '$1o̍$2' ],
[ '(^|[^i])oeh8', '$1oe̍h' ],
[ 'ou', 'o͘' ],
[ 'o͘1', 'o͘' ],
[ 'o͘(2|\\\/)', 'ó͘' ],
[ 'o͘(3|\\\\)', 'ò͘' ],
Expand Down
2 changes: 1 addition & 1 deletion test/jquery.ime.test.fixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -5157,7 +5157,7 @@ var palochkaVariants = {
{ input: 'ap\'', output: 'a̍p', description: 'Hokkien Pe̍h-ōe-jī a̍p' },
{ input: 'khoann3', output: 'khòaⁿ', description: 'Hokkien Pe̍h-ōe-jī khòaⁿ' },
{ input: 'khoai3', output: 'khoài', description: 'Hokkien Pe̍h-ōe-jī khoài' },
{ input: 'kong3', output: 'kòng', description: 'Hokkien Pe̍h-ōe-jī kòng' }
{ input: 'ouh8', output: 'o̍͘h', description: 'Hokkien Pe̍h-ōe-jī o̍͘h' }
]
},
{
Expand Down

0 comments on commit aa91033

Please sign in to comment.