From 0b221e8945ae785dc706d8ea9a9e8e25532c0096 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 28 Jun 2011 21:11:52 -0700 Subject: bug #96 move libraries to library - better alignment of like rotator --- library/tinymce/examples/translate.html | 80 +++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 library/tinymce/examples/translate.html (limited to 'library/tinymce/examples/translate.html') diff --git a/library/tinymce/examples/translate.html b/library/tinymce/examples/translate.html new file mode 100644 index 000000000..bdd8ac54a --- /dev/null +++ b/library/tinymce/examples/translate.html @@ -0,0 +1,80 @@ + + + +Full featured example + + + + + + + + + + +
+

Translation

+ +

This page enables you to translate TinyMCE by using XML files.

+

Steps to translate:

+
    +
  1. Download one of the language XML files from the TinyMCE site.
  2. +
  3. Place it in /jscripts/tiny_mce/langs directory, for example /jscripts/tiny_mce/langs/sv.xml.
  4. +
  5. Change the language init option in this file to match the XML file code. For example: sv
  6. +
  7. TinyMCE will now use the XML file instead of the .js versions.
  8. +
  9. Modify the XML file until everything is translated
  10. +
  11. Modify the author information, this is optional.
  12. +
  13. Upload the XML file to the TinyMCE site to share it with others.
  14. +
  15. You can now download the .js versions of the language pack from the TinyMCE site.
  16. +
+ + +
+ + + -- cgit v1.2.3