1
0
Fork 0
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:
krvpb024 2025-02-13 23:31:58 +08:00 committed by Frédéric Guillot
parent 9398f7abd7
commit 28b235595e
5 changed files with 620 additions and 36 deletions

View file

@ -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 {