You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data generated by kitinerary (event name and description) is in french on my test setup. So I think it uses the locale of the system when calling kitinerary binary.
This should be changed to use the user locale, or be configurable.
Double check current behavior
The text was updated successfully, but these errors were encountered:
Using putenv('LC_ALL='.$locale); before calling kitinerary works
It needs a locale in long format, like fr_FR.utf8
The locale needs to be installed on the server
PHP is unable to list available locales apart from calling locale -a through shell_exec
So this is getting too complicated, I think adding a setting for the locale will be required. This setting may have to be a text input given getting the list of possible locales is not easy.
So this is postponed to later, for now we will keep current behavior of using server locale.
Data generated by kitinerary (event name and description) is in french on my test setup. So I think it uses the locale of the system when calling kitinerary binary.
This should be changed to use the user locale, or be configurable.
The text was updated successfully, but these errors were encountered: