Update theme.config.tsx

pull/124/head
Elvis Saravia 2023-04-13 11:01:02 -06:00 committed by GitHub
parent 8c3add101c
commit 860c864120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ const config: DocsThemeConfig = {
{ locale: 'zh', text: '中文' }, { locale: 'zh', text: '中文' },
{ locale: 'jp', text: '日本語'}, { locale: 'jp', text: '日本語'},
{ locale: 'pt', text: 'Português' }, { locale: 'pt', text: 'Português' },
{ locale: 'it': text: 'Italian' },
{ locale: 'tr', text: 'Türkçe' }, { locale: 'tr', text: 'Türkçe' },
], ],
head: function UseHead() { head: function UseHead() {