Earlier in days I could set my locale in the config file like this setlocale(LC_ALL, 'de_DE.utf8', 'de_DE', 'de', 'ge');
But now this don’t seam to work… I’m not sure if it is since kirby 3.1 or even earlier.
How can I set my language to the preferred locale, so with 'date.handler' => 'strftime' the dates are in the right language?
The language seems to be set correct. but my dates are not translated. Some times this didn’t work locally, but on the production server I hadn’t any problems. Also the locale are installed on my system.