mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 05:02:02 +02:00
Issue #1709 Fix for Chinese languages.
This commit is contained in:
parent
f88832eec7
commit
2e61ca12b9
@ -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;
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user