Using latest versions of everything (plugin, pot file, wordpress etc) and the "hour(s)" & "day(s)" text fields, found under "add ticket" / "stop aquisition" rubric in the front end event form aren't translatable.
You have in the pot "days" and "hours" translatable fields, but these translation aren't applied to those "hour(s)" and "day(s)" fields.
Please check for yourself. Everything else is OK. Thanks :)
Also found out that the name of the plugin, found as the main item in the backend, again is not translatable. Hope this can be done somehow, maybe that element is harder to translate since it's the main menu name of the plugin.
Hello again. Those "hour(s)" and "day(s)" fields are now translatable with the latest version, however the main name of the plugin - "St. Event Calendar" (from the main wordpress left admin) is not translatable. Any hints to translate it somehow? Maybe directly in the code?
Hello!
Using latest versions of everything (plugin, pot file, wordpress etc) and the "hour(s)" & "day(s)" text fields, found under "add ticket" / "stop aquisition" rubric in the front end event form aren't translatable.
You have in the pot "days" and "hours" translatable fields, but these translation aren't applied to those "hour(s)" and "day(s)" fields.
Please check for yourself. Everything else is OK. Thanks :)
Also found out that the name of the plugin, found as the main item in the backend, again is not translatable. Hope this can be done somehow, maybe that element is harder to translate since it's the main menu name of the plugin.
Hi,
I've just checked and you're right...
The .pot file is missing source keyword "esc_attr_e".
I'll update the calendar today or tomorrow and will include it.
Stachethemes Developer
Great! Hope the main plugin name / admin menu can also be translated somehow with the .pot file. Thanks again :)
Hello again. Those "hour(s)" and "day(s)" fields are now translatable with the latest version, however the main name of the plugin - "St. Event Calendar" (from the main wordpress left admin) is not translatable. Any hints to translate it somehow? Maybe directly in the code?
Open file stachethemes_event_calendar\assets\php\inc\inc.admin-menu.php and rename string "St. Event Calendar" on lines 17 and 26.
Stachethemes Developer