-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 支持国际化 #546
Comments
这个功能,是不是应该给文章加个语言标识,一篇文章可以关联多种语言的同一文章,比如用户用中文写了一篇文章,然后为了方便让母语为其它语言(比如英语或者日语)的朋友看,又翻译成了对应语言的文章,但都是同一篇文章的不同语言版本。 最终期望达到的效果是,同一文章链接,中文朋友看的是中文,英文朋友看的是英文版本的,日语朋友看的是日语版本的。 |
是的,欢迎到 halo-dev/rfcs#6 交流一下想法。 |
请问有没有实现了呢 |
/close See halo-dev/rfcs#6 |
@ruibaby: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
概述
支持设置语言包。
动机
健壮性。
详细解释
主要有三个地方需要支持。
对于主题可能需要注意的有:
i18n/zh-Hans.properties
i18n/en.properties
等。另外:如果能实现在线更新语言包更好。
The text was updated successfully, but these errors were encountered: