Hi @adminz007,
Thanks for using and appreciating our plugin.
Current version does not support translation.
We will surely add translation in our plugin’s next update.
But you can add translation by following below mentioned steps in current version:
1.) Create blank folder named as languages in template-events-calendar Plugin folder.
2.) Add this code in function check_event_calender_installed() in “events-calendar-templates.php” file.
load_plugin_textdomain( 'ect', false, basename(dirname(__FILE__)) . '/languages' );
3.) And then translate text using loco translator.
Feel free to contact us if you need any further assistance.
Thanks