auroral-ui / hexo-theme-aurora

🏳️‍🌈 Futuristic auroral Hexo theme.
https://blog.bennyxguo.com
MIT License
1.33k stars 211 forks source link

留言板按照文档配置在导航栏不显示 #417

Closed Thinkingreedi closed 7 months ago

Thinkingreedi commented 7 months ago

根据文档说明在菜单配置留言板:

menu:
  About: true
  Tags: true
  Archives: true
  Links: true
  message-board:
    name: "MessageBoard"
    i18n:
      cn: "留言板"
      en: "Message Board"
    path: "/page/message-board"

发现页面导航栏没有显示留言板,切换为英文可以显示Message Board,猜测是i18n不支持cn的缘故。

修改配置:

menu:
  About: true
  Tags: true
  Archives: true
  Links: true
  message-board:
    name: "MessageBoard"
    i18n:
      zn-CN: "留言板"
      en: "Message Board"
    path: "/page/message-board"

页面导航栏正常显示i18n

bennyxguo commented 7 months ago

很久之前就改版了,看文档都用 zh-CN 不是 cn https://aurora.tridiamond.tech/cn/configs/menu.html