The translation of the calendar is not taken

Home Forums Legacy Support Support queries Translation issues The translation of the calendar is not taken

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #343952
    Usapuka
    Spectator
    Hello, I must have done something wrong as I translated the calendar into spanish, saved it in the 3 folders where it could be placed and the translation is not loaded in the calendar: https://screencast-o-matic.com/watch/crefI7WPcN How can I correct it? Thanks, regard,
    #343953
    Usapuka
    Spectator
    This reply has been marked as private.
    #344018
    Diana
    Participant
    Use this code and it will forcefully translate the calendar components in spanish Add this code in wp-admin > Plugins > editor > Select wplms customizer plugin > wplms-customizer.php
    
    add_filter('vibefullcalendar_locale_languageCode','set_language_locale');
    function set_language_locale(){
    	return 'es';
    }
    
    #344103
    Usapuka
    Spectator
    Hi Diana, I added the code but nothing changed. What can I do? Thanks, regards
    #344825
    Usapuka
    Spectator
    Hi Diana, Any news on how to make the translation work? I still see the calendar in English... Thanks, regards,
    #345389
    Diana
    Participant
    This reply has been marked as private.
    #345428
    Usapuka
    Spectator
    This reply has been marked as private.
    #345735
    Usapuka
    Spectator
    Hi Diana, To reset the conditions to zero, I uninstalled the calendar plugin, but as its information is still loaded in the database, when I reinstall it, everything remains the same. Is there any way to completely reset the installation to see if starting from scratch the translation is taken? Thanks, regards
    #346104
    Diana
    Participant
    This reply has been marked as private.
    #346136
    Usapuka
    Spectator
    This reply has been marked as private.
    #346353
    Scott Lang
    Moderator
    1- This calendar view can only https://prnt.sc/10mzuq1 translate using given above code by diana as it is part of fullcalendar which can not be translated from loco translate plugin. Checked on your site code is already working for Spanish locale https://prnt.sc/10mzzug 2- For rest of the string will be translated from loco translation. Fixed at your end https://prnt.sc/10n0gm7 Let me know if we can close this thread. If you have any other issues please create a topic and let us know.
    #346487
    Usapuka
    Spectator
    Hi Scott, Thanks Scott, now is working well. As far as I can see the translation is in the Author folder, in case I need to do new translations, do I update the templates and can I make a copy to the Loco Translate folder? And will it still work? Please be so kind to answer my questions and close this item. Regards,
    #346605
    Diana
    Participant
    Yes you can copy translations from one folder to another without adding translations multiple times Hover on the language you will see the option to copy https://localise.biz/wordpress/plugin/custom-translations But make sure the folders should be this: https://prnt.sc/10nuah8
    #346751
    Usapuka
    Spectator
    Hi Diana, I'm sorry but I find a difference about where the copy of the translation should be stored: . according to Loco Translate the copy should go in the Custom folder: https://prnt.sc/10o5ejb. . as I understood from https://docs.wplms.io/translation-guide they recommend to place it into System (Global) https://prnt.sc/10nuah8, so it would be overwritten if there is an update. I would appreciate your clarification. Thanks, best regards,
    #346985
    Diana
    Participant
    You should save in global language folder because when update is released and when you update any plugin or theme, this folder will remain untouched. and your translations will be safe
Viewing 15 posts - 1 through 15 (of 17 total)
  • The topic ‘The translation of the calendar is not taken’ is closed to new replies.