Localization
-
Thanks for resolving last issue. Works ??
Some more hints
1. For Jerry: “There are no events to display:” in simple-events-calendar.php is not yet prepared for localization.
Has to be: __(‘There are no events to display:’,SE_TEXTDOMAIN);2. For users:
To get day and month in your language (e.g. Deutsch) write in simple-events-calendar.php:
setlocale(LC_ALL, ‘de_DE@euro’, ‘de_DE’, ‘deu_deu’);(adjust to your language)
just after the first <?php
NOTE: Change is gone after update3. Question: How can I change the date from “So Juni 9” (german day and month) to “So, 9. Juni”?
https://www.ads-software.com/extend/plugins/simple-events-calendar/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Localization’ is closed to new replies.