about summary refs log tree commit diff
path: root/src/locale/languages.ts
diff options
context:
space:
mode:
authorClaudiu Cristea <clau.cristea@gmail.com>2024-12-19 01:24:38 +0200
committerGitHub <noreply@github.com>2024-12-18 15:24:38 -0800
commitafd338b0f36e439b21084378676a900ffe32572e (patch)
tree4b3fdd21aa4ef4cdd2640d96dd5c9d976a1053dc /src/locale/languages.ts
parent2d1a5e71ab0b3c615699edc1a9cfdfb4a8a29dfd (diff)
downloadvoidsky-afd338b0f36e439b21084378676a900ffe32572e.tar.zst
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>
Diffstat (limited to 'src/locale/languages.ts')
-rw-r--r--src/locale/languages.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/locale/languages.ts b/src/locale/languages.ts
index 63f7e3e64..ad20b16eb 100644
--- a/src/locale/languages.ts
+++ b/src/locale/languages.ts
@@ -25,6 +25,7 @@ export enum AppLanguage {
   nl = 'nl',
   pl = 'pl',
   pt_BR = 'pt-BR',
+  ro = 'ro',
   ru = 'ru',
   th = 'th',
   tr = 'tr',
@@ -61,6 +62,7 @@ export const APP_LANGUAGES: AppLanguageConfig[] = [
   {code2: AppLanguage.nl, name: 'Nederlands – Dutch'},
   {code2: AppLanguage.pl, name: 'Polski – Polish'},
   {code2: AppLanguage.pt_BR, name: 'Português (BR) – Portuguese (BR)'},
+  {code2: AppLanguage.ro, name: 'Română – Romanian'},
   {code2: AppLanguage.ru, name: 'Русский – Russian'},
   {code2: AppLanguage.th, name: 'ภาษาไทย – Thai'},
   {code2: AppLanguage.tr, name: 'Türkçe – Turkish'},