From dbcc282d934d8944174dbc395c531951ba161965 Mon Sep 17 00:00:00 2001 From: Donkie Date: Wed, 8 Nov 2023 18:38:22 +0100 Subject: [PATCH] Enabled the new greek translation --- client/src/i18n.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/i18n.ts b/client/src/i18n.ts index 589c3cf..5a59e7e 100644 --- a/client/src/i18n.ts +++ b/client/src/i18n.ts @@ -80,6 +80,11 @@ export const languages: { [key: string]: Language } = { countryCode: "ua", fullCode: "uk-UA", }, + ["el"]: { + name: "Ελληνικά", + countryCode: "gr", + fullCode: "el-GR", + }, }; i18n