Enabled the new greek translation

This commit is contained in:
Donkie
2023-11-08 18:38:22 +01:00
parent bdb8c3a47c
commit dbcc282d93

View File

@@ -80,6 +80,11 @@ export const languages: { [key: string]: Language } = {
countryCode: "ua",
fullCode: "uk-UA",
},
["el"]: {
name: "Ελληνικά",
countryCode: "gr",
fullCode: "el-GR",
},
};
i18n