用户
 找回密码
 入住 CI 中国社区
搜索
查看: 4346|回复: 4
收起左侧

[语言 Language] CI的中文语言包repo

[复制链接]
发表于 2013-11-21 16:18:34 | 显示全部楼层 |阅读模式
本帖最后由 mytharcher 于 2013-11-21 16:19 编辑

系统提示里的语言终于找到一个包,现在传到github上了,有要用的可以来看看。

https://github.com/mytharcher/CI-Chinese

安装方式

在你的CI项目文件夹用命令行clone仓库:
$ cd path/to/your/ci-project
$ git clone https://github.com/mytharcher/CI-Chinese.git system/language/zh-CN

或者也可以使用git子模块来管理:


$ cd path/to/your/ci-project
$ git submodule add https://github.com/mytharcher/CI-Chinese.git system/language/zh-CN

然后在applicaion/config/config.php文件中找到:


$config['language'] = 'english';

改成:


$config['language'] = 'zh-cn';

评分

参与人数 1威望 +5 收起 理由
Hex + 5 赞一个!

查看全部评分

发表于 2013-11-29 20:46:26 | 显示全部楼层
好人啊~ 多谢~
发表于 2014-1-7 16:03:57 | 显示全部楼层
多谢分享。
发表于 2014-10-21 10:50:47 | 显示全部楼层
看起来不错啊
发表于 2014-10-21 12:26:12 | 显示全部楼层
感谢楼主分享

本版积分规则