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:
parent
b3d385861f
commit
6e3cecc57e
5 changed files with 665 additions and 25 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue