leepeuker / movary

Self hosted web app to track and rate your watched movies
MIT License
388 stars 14 forks source link

REQ: about languages and Time zone #569

Closed punkyard closed 7 months ago

punkyard commented 7 months ago

Description

hi I can see in Settings/App the the time zone is fixed to Europe/Berlin I couldn't change the language

Desired Behavior

Could it be possible to update the TZ from the user interface? Is the option to change language hidden somewhere? Do you need help to translate?

Additional Context

bravo for that app - I've just found it and gave it a spin - it's awesome

punkyard commented 7 months ago

i've tried to set TZ in environment of my yaml: PHP_DATE_TIMEZONE: "${TIMEZONE}" but didn't work out

leepeuker commented 7 months ago

Oh yes, I think I never really tested changing my default time zone. I will test and fix potential issues. Thanks for reporting 👍

leepeuker commented 7 months ago

There is currently no option to change the UI language. We could add translations, this feature was not really requested yet. But it would talk time away from other tasks, I am not sure how high/critical the interest in translation is.

leepeuker commented 7 months ago

Have a look at the docs, you can set the TIMEZONE env variable to update the timezone. PHP_DATE_TIMEZONE is only used during development.

I will add an option to adjust this in the settings UI as well.

leepeuker commented 7 months ago

Added new timezone settings option to "Server" -> "General" settings page.

image

leepeuker commented 7 months ago

Please create a separate issue for the translation feature request if we should follow this up

punkyard commented 7 months ago

thanks a lot the the update