From e2b842ad4e580caf4ccfe00ff0fb1456db3b9c80 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Sat, 31 May 2025 00:38:09 +0100 Subject: Add language: European Portuguese (`pt-PT`) (#8375) * Update app.config.js * Update lingui.config.js * Update dates.ts * Update helpers.ts * Update i18n.ts * Update i18n.web.ts * Update languages.ts * Create messages.po * prettier --- 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 24895b434..b33a866d1 100644 --- a/src/components/hooks/dates.ts +++ b/src/components/hooks/dates.ts @@ -33,6 +33,7 @@ import { ko, nl, pl, + pt, ptBR, ro, ru, @@ -82,6 +83,7 @@ const locales: Record = { ne: undefined, nl, pl, + ['pt-PT']: pt, ['pt-BR']: ptBR, ro, ru, -- cgit 1.4.1