SukkaW/hexo-theme-suka

求助,请问我的主页上 tags About Friends 为什么都不能汉化呢?

kenidi8215 opened this issue · 6 comments

I certify that I have first consulted (check with "x")

我确认我已经查看了 (选择时请使用 "x" 取代方括号中的空格)


I'm submitting a (check one with "x")

我正在申请 (选择时请使用 "x" 取代方括号中的空格)

  • bug report | 反馈一个 Bug
  • feature request | 申请添加新的特性或功能
  • [x ] support request | 请求技术支持

请问我使用suka主题1.3.3版本时无论如何也不能将主页上 tags About Friends进行汉化,请您给予指导,谢谢,以下为几个文件的相关配置。(我的blog地址:clk11.com)

主题中的_config.yml

nav:
home:
use: true
archives:
use: true
rss:
use: false
share:
use: true
search:
use: true
link: /search
pages:
tags:
link: "/tags/"
About:
link: "/about/"
Friends:
link: "/links/"

default.yml

zh-CN.yml

en.yml

home: "Home"
archive: "Archives"
category: "Category"
tag: "Tag"
search:
main: "Search"
placeholder: "Please enter a keyword..."
num: "Total %s results found"
noresult: "No results found. Try another keywords?"
trygoogle: "You can also try using Google"
About: "about"
Friends: "friends"

zh-CN.yml

home: 首页
archive: 归档
category: 分类
tag: 标签
search:
main: 搜索
placeholder: 请输入关键字....
num: "总共找到 %s 条结果"
noresult: 没有找到任何结果,请更换关键字试试~
trygoogle: 你可以试试 Google 站内搜索
About: 关于
Friends: 友链

@kenidi8215 站点配置文件_config.yml中设置
language: zh-CN

@zhaijiayu12345 已经设置了的,但不知道为什么就这三个标签汉化不了,郁闷ing.....

The name of those links should be configured in theme config file.

@SukkaW I'm sure it's set up in theme, but it doesn't work.

@SukkaW I'm sure it's set up in theme, but it doesn't work.

应该是有汉化的问题,但是其实可以直接把主题配置文件里面pages下面的about改成中文的
我的网站 https://PaddockInsight.com 上面的关于和标签都直接用这种方式解决了,缺点可能就是国际化会有麻烦吧

@f1insight 谢谢,我试试看