about summary refs log tree commit diff
path: root/src/components/hooks/dates.ts
diff options
context:
space:
mode:
authorGuido Leenders <guido.leenders@invantive.com>2024-11-12 09:45:10 +0100
committerGuido Leenders <guido.leenders@invantive.com>2024-11-12 09:45:10 +0100
commitb6fdde2f044cecef0a16d2b4f3a86ef5e77ce068 (patch)
tree51b7b8c1225133becc7496dc1129fac3fdad46df /src/components/hooks/dates.ts
parent5ee809e4213b57693fc6767c86d66d73382064db (diff)
downloadvoidsky-b6fdde2f044cecef0a16d2b4f3a86ef5e77ce068.tar.zst
Allow use of Dutch translations [ER].
Diffstat (limited to 'src/components/hooks/dates.ts')
-rw-r--r--src/components/hooks/dates.ts2
1 files changed, 2 insertions, 0 deletions
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<AppLanguage, Locale | undefined> = {
   it,
   ja,
   ko,
+  nl,
   ['pt-BR']: ptBR,
   ru,
   th,