-
Notifications
You must be signed in to change notification settings - Fork 242
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
FullCalendar locales limited, lang / locale mixup in fullcalendar, implement custom Fc Intl backend #1844
Comments
Indeed it seems to be unable to resolve en_ie and falls back to english us. |
It's actually loading the correct chunk:
Will need some debugging. |
The problem is that fullcalendar itself does not have a locale for ireland: We should try to build the locale ourselves based on the information we get from moment in that case. |
@dalins No, it doesn't seem to be related. Can you please open a new issue (filling the entire issue template) |
@jgonsior You talked about "KW" and Ganztägig in the calendar grid, that is a duplicate of this issue. What @dalins is talking about is not the calendar grid, but the date-picker inside the editor. |
I'd say the question is, what is wrong and what is right. Are the German names for the weekdays correct (which I mentioned as well next to "KW" and "Ganztägig") because of the locale setting of the system, or are the English names in the date-picker correct because the language setting of Nextcloud was set to English. So are the displayed German names in the calendar grid correct, and the displayed English names in the date-picker wrong, or is it the other way around? |
The locale should only influence the first day of the week and date formatting like DD.MM.YYYY, MM/DD/YYYY. (and also how to calculate the calendar week, because like for everything, the USA has its desperate need for their own standard ¯\_(ツ)_/¯) Day names and month names should be in the user's preferred language. Taking @dalins's example: Weekdays: Monday, Tuesday, Wednesday, ... Date format: 16.04.2020 (DD.MM.YYYY) |
Perfect, that's what I wanted to report in #2175, but apparently @dalins image was more understandable than my text. |
I have the same issue with setting Ireland as my locale and still having Sunday as the first day of the week instead of Monday. |
I use English (Ireland) locale for my user in my Nextcloud. The display language is English US However, the new calendar app shows Sunday as the first day of the week which is wrong for English Ireland.
Steps to reproduce
Expected behaviour
The first day of the week is Sunday
Actual behaviour
The first day of the week should be Monday
Calendar app
Calendar app version: 2.0.0
Client configuration
Browser: Firefox 72.0.1
Operating system: Linux
Server configuration
Operating system: openSUSE
Web server: Apache
Database: MariaDB
PHP version: 7.3.13
Nextcloud Version: 17.0.2
Updated from an older installed version or fresh install: Update
List of activated apps:
Nextcloud configuration:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: