-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enh(NcDatetimePicker): convert lang computed value to prop #3941
Conversation
This allows to overwrite the locale configuration of the upstream date picker library. Some apps (e.g. Calendar) overwrite some of the default values which are specified here. Signed-off-by: Richard Steinmetz <[email protected]>
This is just a workaround. Real fix at nextcloud-libraries/nextcloud-vue#3941 Signed-off-by: Richard Steinmetz <[email protected]>
This is just a workaround. Real fix at nextcloud-libraries/nextcloud-vue#3941 Signed-off-by: Richard Steinmetz <[email protected]>
Why can't this be fixed here instead of in calendar then? |
Now, this would be ideal but is not possible atm. The problem is about the This is the reason I need to propagate custom locale/language settings based on the user's locale. |
This is just a workaround. Real fix at nextcloud-libraries/nextcloud-vue#3941 Signed-off-by: Richard Steinmetz <[email protected]>
This is just a workaround. Real fix at nextcloud-libraries/nextcloud-vue#3941 Signed-off-by: Richard Steinmetz <[email protected]>
This is just a workaround. Real fix at nextcloud-libraries/nextcloud-vue#3941 Signed-off-by: Richard Steinmetz <[email protected]>
Required for nextcloud/calendar#4259
This allows to overwrite the locale configuration of the upstream date picker library. Some apps (e.g. Calendar) overwrite some of the default values which are specified here.
https://github.com/nextcloud/calendar/blob/90f4f29204a95a49daa3961e33addf80f5720e7e/src/components/Shared/DatePicker.vue#L24