From 67c83d3ee6a1136f74be31e453f2795ddb86c822 Mon Sep 17 00:00:00 2001 From: napo Date: Tue, 11 Apr 2023 11:21:16 +0200 Subject: [PATCH] update italian --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 0b6df8b..559b80c 100644 --- a/next.config.js +++ b/next.config.js @@ -5,7 +5,7 @@ const withNextra = require('nextra')({ module.exports = withNextra({ i18n: { - locales: ['en', 'zh', 'jp', 'pt', 'tr'], + locales: ['en', 'it','zh', 'jp', 'pt', 'tr'], defaultLocale: 'en' } })