calendar with german translation?

Forum dedicated to Mods for HESK created by Mike Koch

Moderator: mkoch227

Post Reply
ecosis4812
Posts: 2
Joined: Wed Dec 11, 2019 12:08 pm

calendar with german translation?

Post by ecosis4812 »

Thank you for the excellence mod for hesk.
I have install the german translation file,- but the calendar is also in english (days, month, ..).
Is this right or have i forget something?

Greentings from Ralf
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: calendar with german translation?

Post by mkoch227 »

In language/de/text-mfh.php (where "de" is your German language folder), find:

Code: Select all

// Language for the calendar pages
// Supported language codes: https://github.com/fullcalendar/fullcalendar/tree/v3.0.1/locale (do not include .js!)
// If your language is NOT in the supported langauges, leave 'en'
$hesklang['CALENDAR_LANGUAGE']='en';
If you're referring to the datepicker and not the actual calendar page, change this value in text-mfh.php:

Code: Select all

// Datepicker language
// Visit https://github.com/uxsolutions/bootstrap-datepicker/tree/master/dist/locales for a complete list (or 'en'). Provide the value between "-datepicker." and ".min.js" below.
$hesklang['DATEPICKER_LOCALE'] = 'en';
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
ecosis4812
Posts: 2
Joined: Wed Dec 11, 2019 12:08 pm

Re: calendar with german translation?

Post by ecosis4812 »

It´s works - Thanks a lot!
Post Reply