Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 290

Hybrid View

  1. #1
    Master Titanic52's Avatar
    Join Date
    Oct 2013
    Location
    EU
    Posts
    776
    Rep Power
    1314

    Default

    why can not i translate this word!
    Spoiler: screen

    [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]

  2.    Advertissements


  3. #2
    Master frontzosd's Avatar
    Join Date
    Jun 2012
    Location
    Greece
    Age
    56
    Posts
    615
    Rep Power
    1454

    Default

    Dear friend!

    The problem is NOT that, you can't translate!!

    The problem is, that you must Change the code.
    If you want to translate!!

    Look at this..

    text=("Table Depth Limit " + %lua.depth_limit)


    If you want to translate.

    Change it with:

    text=(translate(m_i18n("Table Depth Limit ")) + %lua.depth_limit)

    Or

    text=(translate(m_i18n("Table Depth Limit ")) + (%lua.depth_limit) )


    And inside in your lang
    Translate

    "Table Depth Limit "="......"
    Last edited by frontzosd; 4th March 2019 at 11:18 PM.

  4. #3
    Master wandel's Avatar
    Join Date
    May 2007
    Location
    Ukraine
    Posts
    166
    Rep Power
    1150

    Default

    Quote Originally Posted by Titanic52 View Post
    why can not i translate this word!
    Sorry for delay.
    To translate it we need to change code. The field TEXT should be "ui", ... should be other function to translate and new pattern.
    As it is only tools for advanced user I leaved it "as is".

    Here it is...as you want
    Attached Files Attached Files
    • This post requires you to click the "LIKE this post" button to see Attachments.
    Last edited by wandel; 6th March 2019 at 07:59 PM.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •