From 6348e70daa113e8b3203de8fbc919d08c90d972e Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 1 Jul 2010 16:48:07 -0700 Subject: Initial checkin --- tinymce/examples/translate.html | 80 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 tinymce/examples/translate.html (limited to 'tinymce/examples/translate.html') diff --git a/tinymce/examples/translate.html b/tinymce/examples/translate.html new file mode 100644 index 000000000..bdd8ac54a --- /dev/null +++ b/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