From afd338b0f36e439b21084378676a900ffe32572e Mon Sep 17 00:00:00 2001 From: Claudiu Cristea Date: Thu, 19 Dec 2024 01:24:38 +0200 Subject: Romanian localization (#6456) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --- src/components/hooks/dates.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/hooks/dates.ts') diff --git a/src/components/hooks/dates.ts b/src/components/hooks/dates.ts index 67283249e..b84f51246 100644 --- a/src/components/hooks/dates.ts +++ b/src/components/hooks/dates.ts @@ -26,6 +26,7 @@ import { nl, pl, ptBR, + ro, ru, th, tr, @@ -63,6 +64,7 @@ const locales: Record = { nl, pl, ['pt-BR']: ptBR, + ro, ru, th, tr, -- cgit 1.4.1