mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-01-19 17:21:41 +03:00
Fix i18n
This commit is contained in:
parent
b2093dcba0
commit
27cd42811a
@ -29,12 +29,11 @@ export default defineUserConfig<DefaultThemeOptions>({
|
|||||||
title: "Project X",
|
title: "Project X",
|
||||||
description: "Xray 官方文档",
|
description: "Xray 官方文档",
|
||||||
},
|
},
|
||||||
/*
|
|
||||||
"/en": {
|
"/en": {
|
||||||
lang: "en-US",
|
lang: "en-US",
|
||||||
title: "Project X",
|
title: "Project X",
|
||||||
description: "Official document of Xray",
|
description: "Official document of Xray",
|
||||||
},*/
|
},
|
||||||
},
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
smoothScroll: true,
|
smoothScroll: true,
|
||||||
@ -92,7 +91,7 @@ export default defineUserConfig<DefaultThemeOptions>({
|
|||||||
"/en": {
|
"/en": {
|
||||||
ToggleText: "Toggle Theme",
|
ToggleText: "Toggle Theme",
|
||||||
repoLabel: "Source",
|
repoLabel: "Source",
|
||||||
selectLanguageName: "English",
|
selectLanguageName: "English (WIP)",
|
||||||
// TODO: translation
|
// TODO: translation
|
||||||
sidebar: {
|
sidebar: {
|
||||||
"/en/config/": sidebar.getConfigSidebar(
|
"/en/config/": sidebar.getConfigSidebar(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user