Romanian localization (#6456)

* Empty

* First pass

* More colloquial Romanian

* Add Romanian lanaguage

* Romanian specfic plural with 3 variants

* Adjustments

* Chat > Conversație

* Keep code alphabetical order

* Update messages.po

* Add 'ro' to app.config.js

* Regenerate and finish RO

* Update messages.po

* Fixing a previous wrong conflict resolution

* Adapt after #6742

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>

---------

Co-authored-by: Alex <alextec70@outlook.com>
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
Claudiu Cristea
2024-12-19 01:24:38 +02:00
committed by GitHub
parent 2d1a5e71ab
commit afd338b0f3
8 changed files with 8634 additions and 0 deletions
+2
View File
@@ -26,6 +26,7 @@ import {
nl,
pl,
ptBR,
ro,
ru,
th,
tr,
@@ -63,6 +64,7 @@ const locales: Record<AppLanguage, Locale | undefined> = {
nl,
pl,
['pt-BR']: ptBR,
ro,
ru,
th,
tr,