mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Issue #1709 Fix for Chinese languages.
This commit is contained in:
@@ -232,8 +232,8 @@ class wysiwyg
|
||||
'Bosnian' => 'bs',
|
||||
'Bulgarian' => 'bg_BG',
|
||||
'Catalan' => 'ca',
|
||||
// 'Chinese (China)' => 'zh_CN',
|
||||
// 'Chinese (Taiwan)' => 'zh_TW',
|
||||
'ChineseSimp' => 'zh_CN',
|
||||
'ChineseTrad' => 'zh_TW',
|
||||
'Croatian' => 'hr',
|
||||
'Czech' => 'cs',
|
||||
// 'Czech (Czech Republic)' => 'cs_CZ',
|
||||
@@ -913,7 +913,7 @@ class wysiwyg
|
||||
|
||||
function getTemplates()
|
||||
{
|
||||
$templatePath = (is_readable(THEME."templates/tinymce/".$template)) ? THEME."templates/tinymce/".$template : e_PLUGIN."tinymce4/templates/".$template;
|
||||
// $templatePath = (is_readable(THEME."templates/tinymce/".$template)) ? THEME."templates/tinymce/".$template : e_PLUGIN."tinymce4/templates/".$template;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user