• Hello,

    via the .pot file, I can make my translations (Dutch)with PoEdit.
    However, not all words are then correct on the website, see for example screenshot https://prnt.sc/h32uah

    Also under upcoming the event is not visible even though it is a later date than today.

    Any advice?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author shanebp

    (@shanebp)

    Re language: You’re right, those strings need to use gettext, sorry, we will try to fix this soon.
    The Events label should be translatable.
    Look for this entry in the .pot: Events <span class="%s">%s</span>

    Re date: It’s probably the US vs. Europe date issue. Try this:

    Open this file in a text editor:
    buddypress-simple-events\inc\js\events.js

    Find: dateFormat: 'DD, MM d, yy'
    Change it to: dateFormat: 'dd-mm-yy'

    Save and upload to your site.

Viewing 1 replies (of 1 total)

The topic ‘Not everything can be translated’ is closed to new replies.