diff options
Diffstat (limited to 'src/components/hooks')
-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 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<AppLanguage, Locale | undefined> = { nl, pl, ['pt-BR']: ptBR, + ro, ru, th, tr, |