WYSIWYG CKEditor Chinese

Categories

Component ID

1692232

Component name

WYSIWYG CKEditor Chinese

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

WYSIWYG module used the iso.inc from Drupal Core to get the language list, but for chinese support, it uses the zh-hans for Simplified Chinese, and zh-hant for Traditional Chinese. Instead, CKEditor libraries used zh-cn for Simplified Chinese, and zh for Traditional Chinese. This will cause the CKEditor interface language will be Traditional Chinese even if you select Simplified one.

This module is to solve the problem without any modification to WYSIWYG module and CKEditor libraries which you can upgrade as they are.