From 2300410b4d02daa7970b39bf7ec10acbffa785ae Mon Sep 17 00:00:00 2001 From: Yiannis Mertzanis Date: Tue, 31 Dec 2024 22:28:17 +0200 Subject: Add Greek Language ('el') Support and Internationalization (#6677) * Add Greek language support to the application * Add support for Greek language in date handling and tests * Update Greek locale file with translator and team information * Add support for Greek language in date handling and tests * Add support for Greek language in app configuration, and updated translation from the reviewers' comments * Update src/locale/i18n.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/i18n.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: Paul Frazee Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --- 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 3da33a3ae..4978cbaba 100644 --- a/src/components/hooks/dates.ts +++ b/src/components/hooks/dates.ts @@ -12,6 +12,7 @@ import {formatDistance, Locale} from 'date-fns' import { ca, de, + el, enGB, es, fi, @@ -50,6 +51,7 @@ const locales: Record = { ast: undefined, ca, de, + el, ['en-GB']: enGB, es, fi, -- cgit 1.4.1