diff options
Diffstat (limited to 'src/components/hooks/dates.ts')
-rw-r--r-- | src/components/hooks/dates.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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<AppLanguage, Locale | undefined> = { ne: undefined, nl, pl, + ['pt-PT']: pt, ['pt-BR']: ptBR, ro, ru, |