Skip to content

Commit

Permalink
chore: update order of locales
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Nov 1, 2024
1 parent 1d8a520 commit e4b80e9
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ export default defineConfig({
strict: true,
},
locales: [
{
lang: "zh",
label: "简体中文",
description: "GZ::CTF 使用文档",
},
{
lang: "en",
label: "English",
description: "Docs for GZ::CTF Project",
},
{
lang: "zh",
label: "简体中文",
description: "GZ::CTF 使用文档",
},
{
lang: "ja",
label: "日本語",
Expand Down Expand Up @@ -73,17 +73,6 @@ export default defineConfig({
},
hideNavbar: "auto",
locales: [
{
lang: "zh",
label: "简体中文",
outlineTitle: "目录",
prevPageText: "上一页",
nextPageText: "下一页",
lastUpdatedText: "最后更新于",
searchPlaceholderText: "搜索文档",
searchNoResultsText: "没有找到有关内容",
searchSuggestedQueryText: "建议更换不同的关键字后重试",
},
{
lang: "en",
label: "English",
Expand All @@ -95,6 +84,17 @@ export default defineConfig({
searchNoResultsText: "No results for",
searchSuggestedQueryText: "Please try again with a different keyword",
},
{
lang: "zh",
label: "简体中文",
outlineTitle: "目录",
prevPageText: "上一页",
nextPageText: "下一页",
lastUpdatedText: "最后更新于",
searchPlaceholderText: "搜索文档",
searchNoResultsText: "没有找到有关内容",
searchSuggestedQueryText: "建议更换不同的关键字后重试",
},
{
lang: "ja",
label: "日本語",
Expand Down

0 comments on commit e4b80e9

Please sign in to comment.