mirror of
https://github.com/PGYER/codefever.git
synced 2026-05-07 22:18:21 +08:00
25 lines
379 B
PHP
Executable File
25 lines
379 B
PHP
Executable File
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
$config['en_langs'] = array(
|
|
'en',
|
|
'en-gb',
|
|
'en-us',
|
|
'en-au',
|
|
'en-ca',
|
|
'en-nz',
|
|
'en-ie',
|
|
'en-za',
|
|
'en-jm',
|
|
'en-jm',
|
|
'en-bz',
|
|
'en-tt'
|
|
);
|
|
|
|
$config['cn_langs'] = array(
|
|
'zh-cn',
|
|
'zh-tw',
|
|
'zh-hk',
|
|
'zh-mo',
|
|
'zh-sg'
|
|
);
|