Hello, I am trying to translate the "Load more" and "All items" buttons from file: language/en-GB/en-GB.tpl_ja_blockk.ini but I am not successful, please can you tell me the correct way to translate those buttons, thanks.
I attach screenshots of the buttons that I want to translate.

    Hi mark-fl

    That should be correct file to edit:

    TPL_BLOCKK_LOADMORE = "Load more"
    TPL_BLOCKK_LOADMORE_END_MSG = "All items loaded"

    Could you share the URL + super admin account of your site? I will check what's wrong.

      mark-fl

      You can go to Backend >> Extensions >> Language(s) >> Overrides and add new override for these language constants:

      T4_LOAD_MORE = "Load more..."
      T4_LOADMORE_END_MSG = "All items"
      TPL_T4_PAGINATION_LOADMORE = "Load more"
      TPL_T4_PAGINATION_INFINITIVE = "Infinitive load"

      I added a sample for 'T4_LOAD_MORE':

      excellent, I have already managed to translate, thank you very much for the help.

      Write a Reply...
      You need to Login to view replies.