From b6fdde2f044cecef0a16d2b4f3a86ef5e77ce068 Mon Sep 17 00:00:00 2001 From: Guido Leenders Date: Tue, 12 Nov 2024 09:45:10 +0100 Subject: Allow use of Dutch translations [ER]. --- 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 48ef03119..89c483d3c 100644 --- a/src/components/hooks/dates.ts +++ b/src/components/hooks/dates.ts @@ -22,6 +22,7 @@ import { it, ja, ko, + nl, ptBR, ru, th, @@ -53,6 +54,7 @@ const locales: Record = { it, ja, ko, + nl, ['pt-BR']: ptBR, ru, th, -- cgit 1.4.1