Viewing 4 replies - 1 through 4 (of 4 total)
  • kaniamea

    (@kaniamea)

    Hi there,
    you can use a filter that will display the “Time” in Danish language. Add this your your theme functions.php file:

    add_filter ('tribe_events_single_event_meta', 'translate_time_danish');
    function translate_time_danish($title) {
    return str_replace ('Time', 'Danish Time Word Here', $title);
    }

    I hope this helps!

    Thread Starter Blikfanger – Online freelance

    (@blikfanger-online-freelance)

    It helped! Thanks a lot. I appreciate the quick resonse.

    kaniamea

    (@kaniamea)

    Great! I am happy to help. 🙂

    Plugin Contributor leahkoerper

    (@leahkoerper)

    Hi Blikfanger,

    Part of the problem is that the Danish translation for The Events Calendar is really outdated. Would you be interested in helping us update it? If you update the Danish translations for The Events Calendar and Events Calendar PRO, we’ll give you a free license for Events Calendar PRO.

    If you’re interested, head on over to our Translation Forum, where you’ll find the instructions and files you’ll need.

    Best,
    Leah

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Translation in single event tempate’ is closed to new replies.