turkish
This commit is contained in:
@@ -67,6 +67,7 @@ $available_languages = array(
|
||||
'se' => array('se|swedish', 'swedish', 'se'),
|
||||
'sk' => array('sk|slovak', 'slovak-iso', 'sk'),
|
||||
'th' => array('th|thai', 'thai', 'th'),
|
||||
'tr' => array('tr|turkish', 'turkish', 'tr'),
|
||||
'zh-tw' => array('zh[-_]tw|chinese traditional', 'chinese_big5', 'zh-TW'),
|
||||
'zh' => array('zh|chinese simplified', 'chinese_gb', 'zh')
|
||||
);
|
||||
@@ -164,4 +165,4 @@ if (empty($lang)) {
|
||||
// 4. Defines the associated filename and load the translation
|
||||
$lang_file = $lang_path . $available_languages[$lang][1] . '.inc.php3';
|
||||
require('./' . $lang_file);
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user