mytharcher 发表于 2013-11-21 16:18:34

CI的中文语言包repo

本帖最后由 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';

xjdata 发表于 2013-11-29 20:46:26

好人啊~ 多谢~

vip 发表于 2014-1-7 16:03:57

多谢分享。

lamp 发表于 2014-10-21 10:50:47

看起来不错啊

aqxinzhuan 发表于 2014-10-21 12:26:12

感谢楼主分享
页: [1]
查看完整版本: CI的中文语言包repo