Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: HTML Editor
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
Description
Just working the first time with TinyMCE in 2.0 I saw several issues relating language support in TinyMCE 3.0.:
- There are several language strings missing in english version
- Other languages than english are not available yet. Normally they have to be added manually for TinyMCE, but we should add them from beginning.
- Language files and UTF8. It seems that there were some problems with UTF8 and language files had to be encoded new from ISO to UTF8. But it may be solved in TimyMCE 3. But lots of languages are not translated.
This is now fixed in head, at least for languages where a translation exists.
I'm keeping this issue opened, as I still need to add some documentation on how to upgrade TinyMCE to include the patch that is necessary to fix this.