From a2365e08b48fed049be562ec5aedd2db2fb6d633 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Sat, 10 May 2025 03:14:42 +0100 Subject: Add language: Frisian (#8214) * 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 --- 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 e4b0800c4..24895b434 100644 --- a/src/components/hooks/dates.ts +++ b/src/components/hooks/dates.ts @@ -21,6 +21,7 @@ import { eu, fi, fr, + fy, gd, gl, hi, @@ -66,6 +67,7 @@ const locales: Record = { eu, fi, fr, + fy, ga: undefined, gd, gl, -- cgit 1.4.1