Home › Forums › Legacy Support › Support queries › Translation issues › Strings not translated
Tagged: u
- This topic has 15 replies, 4 voices, and was last updated 4 years, 5 months ago by Jackson.
-
AuthorPosts
-
May 16, 2020 at 12:00 am #259978senhoritosParticipantHello! 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/May 16, 2020 at 5:43 am #260003DianaParticipant@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 PluginMay 16, 2020 at 2:22 pm #260131senhoritosParticipantThis reply has been marked as private.May 18, 2020 at 2:56 pm #260581JacksonBlocked
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>
May 18, 2020 at 4:41 pm #260601senhoritosParticipantThis reply has been marked as private.May 20, 2020 at 3:23 pm #261249JacksonBlockedsorry 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.May 20, 2020 at 6:22 pm #261307senhoritosParticipantHi Jackson, Sorry, but still not working. I put this code in footer, sync loco again but dont work Check here: https://ead.wtreinamento.com.brMay 21, 2020 at 2:46 pm #261615senhoritosParticipantHi 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?May 22, 2020 at 6:33 am #261731DianaParticipantThese 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 thenMay 22, 2020 at 1:30 pm #261904senhoritosParticipantDiana, The site language is brazillian portuguese. I translated all strings in wplms, course module, sync loco translate, etc. And still not working :/May 25, 2020 at 8:31 am #262482MrVibeKeymasterPlease update the translation pot files from this link : https://wplms.io/support/knowledge-base/3-9-9/May 26, 2020 at 12:41 pm #262906senhoritosParticipantHi, All pot files updated. But the problem persist :/May 27, 2020 at 1:36 pm #263296JacksonBlockedgive me site url and credentials in a private reply, also share the screenshot in which string is not translated yet.May 29, 2020 at 5:51 pm #264165JacksonBlockedthis is coming from theme wplmsrefer 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
- then goto wp-admin > loco translate > theme/plugin > theme name / plugin name.
- Copy author file to system file.
- the author stands for local file and the system stands for the global file.
- 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.
June 1, 2020 at 1:43 pm #264807senhoritosParticipantWell done! Following this steps, I can translate this strings! Thank you so much You can close this ticket -
AuthorPosts
- The topic ‘Strings not translated’ is closed to new replies.