This project contains translations for the CodeIgniter system messages folder, system/language/traditional-chinese.
Please use 2.x
branch for CodeIgniter 2.x, master
branch for CodeIgniter 3.0.
$ cd codeigniter_path
$ git clone https://github.com/CodeIgniter-TW/CodeIgniter-Language.git application/language/traditional-chinese
or download source zip file https://github.com/CodeIgniter-TW/CodeIgniter-Language/downloads
modified your applicaion/config/config.php
find
$config['language'] = 'en';
relace
$config['language'] = 'traditional-chinese';