From 860c8641207967787f3e5397cf4534f831cdc89c Mon Sep 17 00:00:00 2001 From: Elvis Saravia Date: Thu, 13 Apr 2023 11:01:02 -0600 Subject: [PATCH] Update theme.config.tsx --- theme.config.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.config.tsx b/theme.config.tsx index 16d0aa9..699942b 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -20,6 +20,7 @@ const config: DocsThemeConfig = { { locale: 'zh', text: '中文' }, { locale: 'jp', text: '日本語'}, { locale: 'pt', text: 'Português' }, + { locale: 'it': text: 'Italian' }, { locale: 'tr', text: 'Türkçe' }, ], head: function UseHead() {