Our powerful JS Calendar component
It seems there are some german translation in the tbar tooltips missing or are wrong.
Is -> should be
Vorherige jahr -> Vorheriges Jahr
Nächste jahr -> Nächstes Jahr
Vorherige monat -> Vorheriger Monat
Nächste monat -> Nächster Monat
Vorherige week -> Vorherige Woche
Nächste week -> Nächste Woche
Vorherige day -> Vorheriger Tag
Nächste day -> Nächster Tag
would have added more picture, but only 3 files permitted.
Please fix and if possible provide a easy solution to override these until the fix is published.
-
Attachments
-
- Bildschirmfoto 2024-07-29 um 13.22.23.png (47.36 KiB) Viewed 452 times
-
- Bildschirmfoto 2024-07-29 um 13.21.42.png (46.88 KiB) Viewed 452 times
-
- Bildschirmfoto 2024-07-29 um 13.21.30.png (49.17 KiB) Viewed 452 times
Thanks. Do you have a estimate time-until-fixed for this ticket? Days? Weeks? Month? Multiple Month? Years?
We'll try to have this corrected in the next patch release - zwei-drei wochen.
Thank you for correcting the German translations, they look fine so far. In our case, we have created a user-defined button for displaying only three days of the calendar, for which there is of course no mode or german translation. Therefore, we wonder if there is a prefix that could be used for custom modes or if some kind of prefix could be implemented by you
Of course there is already an n days
translation. It's used by EventList
In the Swedish locale:
- Screenshot 2024-08-06 at 15.35.42.png (310.72 KiB) Viewed 368 times
If the custom mode is a subclass of DayView, it should look at the localisation properties in the DayView block.
As far as I know, the localisation lookup checks using the defined $name of the class, and then tries all superclasses.