From 9009f51c97860b2c9d366bb4140764863da3bc22 Mon Sep 17 00:00:00 2001 From: Marvin Sextro Date: Tue, 27 Jul 2021 01:45:39 +0200 Subject: [PATCH] Integrate Italian translation --- next-i18next.config.js | 2 +- public/locales/it-CH | 1 + public/locales/it-IT | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 public/locales/it-CH create mode 120000 public/locales/it-IT 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