-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Dedicated locale/region option #1781
Comments
Yes, and that region format should be used by the Calendar, instead of having its own settings. :) |
The calendar uses the language at the moment 🙈 |
Ah right, awesome! :) |
@jancborchardt What are your requirements for this feature? :) What is the region dropdown going to look like? |
["en", "af", "ar-ly", "ar-ma", "ar-sa", "ar-tn", "ar", "az", "be", "bg", "bn", ...] We just need to map the array elements:
We probably want to filter the list though. It contains as much as 107 elements. |
Exactly, it should be directly together with the language dropdown, and default to the same as the language. |
Youhou!! :D |
@adsworth Do you want to work on this? :) |
Yeah, I would like to work on this. I'll need some help pointers concerning Javascript and how it all works together on the server side. But I guess I can get that in the IC dev channel. Also I can't really give at time line. If that's OK then I'll assign it to me. |
Can someone please confirm or deny whether this will end up being user selectable "somehow"? The comment made by @jancborchardt makes me think that this will not be a user selectable option, rather force users to select a language that has the needed options, instead of providing sane defaults (detected based on users language) which can be overridden. |
@ralin3 Every user will have a new region input below the language input in the personal settings. |
As far as I can tell there is no way to tell moment.js to use ISO as a locale, so probably not.
Out of curiosity, what do you dislike about it?
I'm sorry, but that's a completely overkill. It might benefit a small share of users, but vastly increases code complexity and clutters the interface with even more inputs. That will have a negative result on general user experience. |
Fixed with #5623 |
I would also like to put my vote in for 24 h clock settings and Monday start of week without needing to change locale settings. I am in the US and work in a medical setting. We use US date format, 24 hr clock, and Monday start of week. |
I would also prefer to have date, time, and start-of-week settings independent of the Locale setting. |
Hello! This issue seems to be closed on github, however I don't see how I can select 24h, Monday week start or iso format anywhere in nextcloud 16.0.8. Am I just blind or is it not there? |
My workaround is setting my local as English(Ireland). That gets you 24 hr clock with Monday week start. Stuck with European date format, but I can live with that. |
I don't understand what got merged here, but it's still impossible to select ISO-8601 (yyyy-mm-dd) date formats, 24h time, week starting monday, English strings in NC 19.0.4. Is there another issue that I missed? |
Ok, I've just opened #24134 which, once fixed, should finally give us English ISO-8601. |
Can we just have separate settings for that instead of making people use |
agreed can we just have independent options? how do i figure out how to get 24hours, dd/mm/yyyy date format and weeks that start on mondays? feels like i have to test all the locales one by one....... |
In latest NC20, one can select the language and locale independently. I have both english language, and Norwegian locale - giving me:
as date-format, and all the text in english. |
@davralin cool thanks that's rather close to what i want, i would rather have |
Indeed, that's weird, from my activity-feed:
First part is english, second part is norwegian. |
Has anyone found a way to fix this? |
8 years and still no way to start the week on monday but keep an english locale ? |
There should be a dedicated option for choosing the locale independent from the language.
There is a common use case, that people want to use software in english, but they don't want
MM/DD/YYYY
or a weekstart on Monday.In iOS you can just choose a different language and locale:
cc @jancborchardt
The text was updated successfully, but these errors were encountered: