feat(i18n): add Romanian (ro) locale

Adds locales/ro/common.json and wires ro through routing, request,
intl-provider, the language switcher and the flag list. Plurals use
Romanian one/few/other forms.
This commit is contained in:
Paul H
2026-06-19 15:35:32 +02:00
committed by Linus Rath
parent 3516d3c727
commit dda9fd1433
7 changed files with 3208 additions and 2 deletions
+2
View File
@@ -17,6 +17,7 @@ import lvMessages from '@/locales/lv/common.json';
import nlMessages from '@/locales/nl/common.json';
import plMessages from '@/locales/pl/common.json';
import ptMessages from '@/locales/pt/common.json';
import roMessages from '@/locales/ro/common.json';
import ruMessages from '@/locales/ru/common.json';
import trMessages from '@/locales/tr/common.json';
import ukMessages from '@/locales/uk/common.json';
@@ -38,6 +39,7 @@ const ALL_MESSAGES = {
nl: nlMessages,
pl: plMessages,
pt: ptMessages,
ro: roMessages,
ru: ruMessages,
tr: trMessages,
uk: ukMessages,