1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-16 18:01:37 +00:00

feat(locale): add Romanian translation

This contribution was sent outside GitHub. Credit to Laurentiu.
This commit is contained in:
Frédéric Guillot 2025-03-28 10:57:15 -07:00
parent b3d385861f
commit 6e3cecc57e
5 changed files with 665 additions and 25 deletions

View file

@ -49,6 +49,11 @@ func TestPluralRules(t *testing.T) {
2: 1,
5: 1,
},
"ro_RO": {
1: 0,
2: 1,
5: 1,
},
"ru_RU": {
1: 0,
2: 1,