diff --git a/next-i18next.config.js b/next-i18next.config.js index 00ff681..047606c 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -6,7 +6,8 @@ module.exports = { 'de', 'de-DE', 'de-AT', 'de-LI', 'de-LU', 'de-CH', 'fr', 'fr-BE', 'fr-CH', 'fr-FR', 'fr-LU', 'fr-MC', 'nl', 'nl-NL', 'nl-BE', - 'fi', 'fi-FI' + 'fi', 'fi-FI', + 'el', 'el-GR', 'el-CY' ], localeExtension: 'yml', }, diff --git a/public/locales/el-CY b/public/locales/el-CY new file mode 120000 index 0000000..234126b --- /dev/null +++ b/public/locales/el-CY @@ -0,0 +1 @@ +el \ No newline at end of file diff --git a/public/locales/el-GR b/public/locales/el-GR new file mode 120000 index 0000000..234126b --- /dev/null +++ b/public/locales/el-GR @@ -0,0 +1 @@ +el \ No newline at end of file