Describe the bug
The due date calendar is not translated according to language chosen in profile settings (in French at least)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Follow the user profile regional settings
Client details:
Server details
Operating system: nextcloud:18-fpm-alpine
Web server: nginx
Database: MariaDB
PHP version: 7.3
Nextcloud version: 18
Deck version: 0.8.0
Where did you install Nextcloud from: Nextcloud Docker repo
Logs
Nothing relevant
a) The javascript console log
Content Security Policy: Les param猫tres de la page ont emp锚ch茅 le chargement d鈥檜ne ressource 脿 eval (芦 script-src 禄). angular.js:1291
Content Security Policy: Les param猫tres de la page ont emp锚ch茅 le chargement d鈥檜ne ressource 脿 inline (芦 script-src 禄). jquery.js:5114:38
Content Security Policy: Les param猫tres de la page ont emp锚ch茅 le chargement d鈥檜ne ressource 脿 inline (芦 script-src 禄). angular.js:3267
Same for German (Austrian) Setting.
The Settings Page says "Weeks start on Mondays", however the calendar in Deck starts on sundays.
The Calendar is shown in English too.
For reference, this is what we still need to achieve this with the new vue datepicker: https://github.com/nextcloud/server/blob/9a0fa63a5c1f8fa6bb4ce21fd77de55c66aaacbf/apps/files_sharing/src/mixins/SharesMixin.js#L104-L129
Is this related on this pull?
https://github.com/nextcloud/nextcloud-vue/pull/146
For reference, this is what we need to do mainly:
Added week day names and month names to the topic as well from #1947
Also an issue in Russian, where weeks start with Mondays.
I realize that it's essentially a +1 (and I placed a 馃憤 on the issue), but I do think knowing affected languages is more helpful to evaluate the impact than merely the number of votes 馃檪
Yes, this should of course depend on the locale not the language ;)