immich icon indicating copy to clipboard operation
immich copied to clipboard

feat(web): add an option to change the date formats

Open martabal opened this issue 1 year ago • 1 comments

Add an option to change the date formats.

All locales are stored in a json file. This seems to be the only way to get the list (see https://github.com/nextcloud/server/blob/c7ef27d066aea2406c8009bd1a49888d1610b889/resources/locales.json). Sorry if I forgot any.

Screenshots

https://github.com/immich-app/immich/assets/74269598/48dfd687-ab82-4da2-8742-8bf48f2005dc

martabal avatar Feb 18 '24 01:02 martabal

Maybe put it under "Date & Time" section instead of Appearance?

alextran1502 avatar Feb 18 '24 03:02 alextran1502

Browsers may not support all locales, have you tested what happens in that case? We also use $locale for formatting numbers besides date/time, maybe add that to the setting description. Other than that, looks good to me 👍

michelheusschen avatar Feb 18 '24 07:02 michelheusschen

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: c039ebc
Status: ✅  Deploy successful!
Preview URL: https://635cf9d9.immich.pages.dev
Branch Preview URL: https://feat-user-locale.immich.pages.dev

View logs

Maybe put it under "Date & Time" section instead of Appearance?

What dateTime section are you speaking about ? Do you want me to create a new section or rename it from "Local" to "Date and Time"?

martabal avatar Feb 18 '24 11:02 martabal

Maybe put it under "Date & Time" section instead of Appearance?

What dateTime section are you speaking about ? Do you want me to create a new section or rename it from "Local" to "Date and Time"?

Yes, I am thinking of a new accordion dedicated to date-time settings.

alextran1502 avatar Feb 18 '24 18:02 alextran1502

Hmm, I don't know if it's a good idea to add a new one, there are already a lot. Maybe rename “Appearance” to “Customization”?

martabal avatar Feb 18 '24 18:02 martabal

I moved locales to a javascript object instead, so it has type information.

jrasm91 avatar Feb 22 '24 14:02 jrasm91