• Hello
    I’ve been playing around with the translation for a while and debugged a lot of it today. Turns out the POT file needs and update. I found both errors and missing content.

    I tried adding them in the POT manually and they also got reconized by LocoTranslate – however – the translation for the 13 new strings did not work.

    Can someone please look into this?

    It’s regarding the following (that I’ve found so far):

    BUG: 4951: msgid "The event title slug. Leave empty to auto-generate" (ERROR)
    BUG: 6037: msgid "Allow access to the dashboard from the front-end calendar" (FUZZY)
    BUG: 4331: msgid "Every 48th week" (MONTH)

    NEW: msgid "All day"
    NEW: msgid "Hide end date"
    NEW: msgid "Category display name"
    NEW: msgid "Name"
    NEW: msgid "Guest display name"
    NEW: msgid "Coordinates"
    NEW: msgid "Location coordinates in decimal format"
    NEW: msgid "Calendar display name"
    NEW: msgid "In calendar dashboard"
    NEW: msgid "RRULE"

    FUZZY: Location name
    FUZZY: Slug
Viewing 1 replies (of 1 total)
  • Thread Starter GyziieDK

    (@dreampixel)

    I’ve tried updating some of the translation + js files today, but with no real luck.

    Following are fuzzy:
    Location name
    Slug

    Following are missing in POT:
    All day
    Hide end date
    Category display name
    Guest display name
    Calendar display name
    Name
    Coordinates
    Location coordinates in decimal format
    In calendar dashboard
    RRULE

    Also I made som changes in the “events/upsert-lazy.js” since it contained errors.
    “Every 48th week” was changed to “Every 48th month”
    “The event title slug. Leave empty to auto-generate” was changed to “The event title slug”.

    These were also changed in the POT file – and seems to be working now.

    I tried to fix the different locations in the POT-file (which I hoped would fix my issue) – but it didn’t seem to make a difference. The ones that were missing (despite finding them in their js-files) dosen’t seem to translate at all.

    The following files needs an update (i assume):
    build/assets/js/dashboard/pages/events/upsert-lazy.js
    build/assets/js/dashboard/pages/guests/upsert-lazy.js
    build/assets/js/dashboard/pages/calendars/upsert-lazy.js
    build/assets/js/dashboard/pages/categories/upsert-lazy.js
    build/assets/js/dashboard/pages/organizers/upsert-lazy.js
    build/assets/js/dashboard/pages/events/upsert-lazy.js
    build/assets/js/dashboard/settings-lazy.js

    The organizer js-file didn’t even contain any of the missing strings or the “Leave empty to auto-generate”. The translation files seems to be a bit all over the place and it’s hard to figure out how to fix this issue on my own. 🙂

    Hope someone can help asap.

    Thank you! 🙂

Viewing 1 replies (of 1 total)

The topic ‘Translation strings (needs update)’ is closed to new replies.