mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
feat(locale): add Taiwanese POJ (nan-Latn-pehoeji) support
This commit is contained in:
parent
9398f7abd7
commit
28b235595e
5 changed files with 620 additions and 36 deletions
|
@ -77,6 +77,10 @@ func TestPluralRules(t *testing.T) {
|
|||
1: 0,
|
||||
5: 0,
|
||||
},
|
||||
"nan_Latn_pehoeji": {
|
||||
1: 0,
|
||||
5: 0,
|
||||
},
|
||||
}
|
||||
|
||||
for rule, values := range scenarios {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue