More Chinese localization support for Discourse.
这是一个 Discourse 中文本地化插件的集合,一些特性适合增加到 Discourse 的核心代码库中,而这个插件专注于不适用于 Discourse 核心的功能。 已在 2.9.0.beta9 版本测试通过。
- 包含各国内服务的第三方登录(OAuth)功能。
- 使用非官方 API 的 Onebox。
更多技术支持或者意见问题,可以参考中文论坛的帮助贴。帮助帖中还包括了各个功能的配置指南。
登录方法:
支持的登录服务 | 指南 | 备注 |
---|---|---|
微博 | 配置微博登录指南 | |
豆瓣 | 配置豆瓣登录指南 | |
配置 QQ 登录指南 |
在 app.yml
的
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- mkdir -p plugins
- git clone https://github.com/discourse/docker_manager.git
最后一行 - git clone https://github.com/discourse/docker_manager.git
后添加:
- git clone https://github.com/fantasticfears/discourse-chinese-localization-pack.git
进入站点设置的插件设置项里按照提示设置,或按照中文论坛的帮助贴。
另外在 share_links
设置项中输入对应的名字(括号内)添加分享服务。
GPLv2
欢迎你参与本地化服务插件的开发,
- 前往中文论坛讨论任何可能的想法,尽可能地列举出具体的做法或详情。
- 提交 Pull Request。
- 修缮相关的翻译。
版本 | 时间 | 内容 | 迁移说明 |
---|---|---|---|
0.5 | 2016-03-16 | 将各个插件聚合而来 | #从原来的各插件迁移至该插件 |
0.17 | 2017-07-25 | 更新 OAuth2 Gem |
- Simplified Chinese is the source language in the plugin. Other translations are welcomed if you need them to work.