Strings not translated

Home Forums Legacy Support Support queries Translation issues Strings not translated

Tagged: 

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #259978
    senhoritos
    Participant
    Hello! Some strings is translated in Loco, but don't apply in website. Exemples: Username/password/remeber me  (in header app style) Reviews/curriculum/validate button (in single course page)   Can you help me to translate this strings? Thanks! My website: https://ead.wtreinamento.com.br/
    #260003
    Diana
    Participant
    @senhoritos First click on sync so all the strings available in the plugin should be synced and appear in the translator For Username/Password/Remember Me ----> check wplms theme Reviews/Curriculum -----> Vibe course Module Plugin
    #260131
    senhoritos
    Participant
    This reply has been marked as private.
    #260581
    Jackson
    Blocked

    add this code in wp-admin -- wplms -- footer --- google analytics code.

    <script>

    jQuery(document).ready(function($){

    $('div#wplms_forgot_password_form  button#vbp_forgot_password').text('new forgot');

    $('div#wplms_forgot_password_form input.form_field').attr('placeholder', 'new item insert here');

    $('div#wplms_forgot_password_form  a.back_to_login.small').text('new button text');

    </style>

    #260601
    senhoritos
    Participant
    This reply has been marked as private.
    #261249
    Jackson
    Blocked
    sorry it was my mistake the code was not complete.

    dd this code in wp-admin -- wplms -- footer --- google analytics code.

    <script>

    jQuery(document).ready(function($){

    $('div#wplms_forgot_password_form  button#vbp_forgot_password').text('new forgot');

    $('div#wplms_forgot_password_form input.form_field').attr('placeholder', 'new item insert here');

    $('div#wplms_forgot_password_form  a.back_to_login.small').text('new button text');

    });

    </script>

    it will work now.
    #261307
    senhoritos
    Participant
    Hi Jackson, Sorry, but still not working. I put this code in footer, sync loco again but dont work Check here: https://ead.wtreinamento.com.br
    #261615
    senhoritos
    Participant
    Hi guys, I see that many texts is not translated in theme, same as loco translate is updated and sync Exemple: https://ead.wtreinamento.com.br/course/monitora-infantil/ Strings: "Course starts in" "Starts in" "Curriculum" Do you have a way to resolve?
    #261731
    Diana
    Participant
    These strings you will find in vibe course module plugin. It depends in which language you are translating the strings. It is equally important to translate the strings in the correct language. Suppose your site language is English and you are adding the translations in Spanish Language. It will never be translated then
    #261904
    senhoritos
    Participant
    Diana, The site language is brazillian portuguese. I translated all strings in wplms, course module, sync loco translate, etc. And still not working :/
    #262482
    MrVibe
    Keymaster
    Please update the translation pot files from this link : https://wplms.io/support/knowledge-base/3-9-9/
    #262906
    senhoritos
    Participant
    Hi, All pot files updated. But the problem persist :/
    #263296
    Jackson
    Blocked
    give me site url and credentials in a private reply,   also share the screenshot in which string is not translated yet.
    #264165
    Jackson
    Blocked
    this is coming from theme wplms

    refer to this tip: https://wplms.io/support/knowledge-base/translate-using-loco-translate-plugin/

    you need to translate every string from all plugins and theme. translated them one by one. On every update local files will be affected so that you need to put these translated files into global folders. it will prevent string loss from the update.

    here is how you can achieve this.

    Note: in this, I am using my local test setup site language which is "Português do Brasil". you have to select your site language.

    Always sync and save the pot file 

    Note: Always copy local .Po | .Mo files into the global folder. it will prevent from translation string loss while updating theme/ plugins

    1. then goto wp-admin > loco translate > theme/plugin > theme name / plugin name.
    2. Copy author file to system file.
    3. the author stands for local file and the system stands for the global file.
    4. once your done copying. from now you have to translate a string in global (system) file.

    These steps should be followed for all plugins and themes in which you are making any changes.

    #264807
    senhoritos
    Participant
    Well done! Following this steps, I can translate this strings! Thank you so much You can close this ticket
Viewing 15 posts - 1 through 15 (of 16 total)
  • The topic ‘Strings not translated’ is closed to new replies.