Translation of dateformat
-
Please make date formats translatable. I dit it myself in /the-events-calendar/src/functions/template-tags/general.php:
$date_without_year_format = esc_attr__( tribe_get_date_format(), 'the-events-calendar' ); $date_with_year_format = esc_attr__( tribe_get_date_format( true ), 'the-events-calendar' );
Sure there are more tags to make translatable. Pleas check them in a future update.
Thanks.
- The topic ‘Translation of dateformat’ is closed to new replies.