diff --git a/next-i18next.config.js b/next-i18next.config.js index 20a5c29..edbb523 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -8,7 +8,7 @@ module.exports = { 'nl', 'nl-NL', 'nl-BE', 'fi', 'fi-FI', 'el', 'el-GR', 'el-CY', - 'it' + 'it', 'it-IT', 'it-CH' ], localeExtension: 'yml', }, diff --git a/public/locales/it-CH b/public/locales/it-CH new file mode 120000 index 0000000..c919714 --- /dev/null +++ b/public/locales/it-CH @@ -0,0 +1 @@ +it \ No newline at end of file diff --git a/public/locales/it-IT b/public/locales/it-IT new file mode 120000 index 0000000..c919714 --- /dev/null +++ b/public/locales/it-IT @@ -0,0 +1 @@ +it \ No newline at end of file