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

Threaded View

  1. #11
    Master frontzosd's Avatar
    Join Date
    Jun 2012
    Location
    Greece
    Age
    55
    Posts
    616
    Rep Power
    1448

    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.

  2.    Advertissements


 

 

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
  •