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() {