Results 1 to 3 of 3

Thread: TinyMCE editor language translation and TinyMCE version 4.0.2 (classipress)

  1. #1
    Thread Starter
    Amateur doad's Avatar
    Join Date
    Oct 2010
    Location
    Japan
    Posts
    14
    Thanks
    3
    Thanked 0 Times in 0 Posts

    TinyMCE editor language translation and TinyMCE version 4.0.2 (classipress)

    Hi,

    I'm using classipress 3.3 and works fine, great application ever.

    For local users, I've completed translation using po, mo files and everything fine except TinyMCE editor's UI explanation texts.

    in
    appthemes-functions.php line:90 and 94, there's "languages : 'en'" and "language : 'en'"
    so I changed these into one "language : 'xx'" , but seems not working. (of course installed language pack for TinyMCE 3.x , downloaded from TinyMCE official site.)

    As this approach was failure, so came up with the new idea of installing new version of TinyMCE version 4.0.2 (latest version), but no luck.

    in
    theme-enqueue.php

    there're
    Code:
    wp_enqueue_script( 'tiny_mce', includes_url('js/tinymce/tiny_mce.js'), array( 'jquery' ), '3.5.8' );
    wp_enqueue_script( 'wp-langs-en', includes_url('js/tinymce/langs/wp-langs-en.js'), array( 'jquery' ), '3241-1141' );
    (I changed first line, "3.0" to "3.5.8" as this is latest version for TinyMCE v3.x)

    but no effect...

    Is there any way to translate TinyMCE editor's UI strings ?

    Thank you in advance.

  2. #2
    Thread Starter
    Amateur doad's Avatar
    Join Date
    Oct 2010
    Location
    Japan
    Posts
    14
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Still searching for help....

    how can I translate Tinymce editor's texts ?

  3. #3
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    Hello Doad,

    I'm moving your thread to the "WordPress General Discussions" area for further help from the community, as your question doesn't regard to ClassiPress directly.

    Maybe you need to google for related questions such as this one: http://wordpress.stackexchange.com/q...tinymce-plugin

    Cheers
    Rolf Hassel (Samcy)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [TUTORIAL] Customisable tinyMCE editor for listings
    By shunarjuna in forum Vantage General Discussion (Legacy)
    Replies: 3
    Last Post: December 27th, 2013, 01:02 PM
  2. [SOLVED] tinymce editor in listings not working
    By tbase in forum Report Vantage Bugs (Legacy)
    Replies: 5
    Last Post: February 26th, 2013, 08:58 PM
  3. Insert Image button tinyMCE editor
    By mikel in forum Clipper General Discussion
    Replies: 3
    Last Post: September 19th, 2012, 03:17 PM
  4. There is a problem in TinyMCE editor, see this image:
    By lars in forum ClassiPress General Discussion
    Replies: 5
    Last Post: November 14th, 2011, 04:24 AM