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
calendar with german translation?
Moderator: mkoch227
Re: calendar with german translation?
In language/de/text-mfh.php (where "de" is your German language folder), find:
If you're referring to the datepicker and not the actual calendar page, change this value in text-mfh.php:
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';
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
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
-
- Posts: 2
- Joined: Wed Dec 11, 2019 12:08 pm
Re: calendar with german translation?
It´s works - Thanks a lot!