SamTV12345 / PodFetch

A sleek and efficient podcast downloader.
https://samtv12345.github.io/PodFetch
Apache License 2.0
347 stars 25 forks source link

Date remains in German despite language setting. #53

Closed arcoast closed 1 year ago

arcoast commented 1 year ago

Describe the bug

Using the latest docker image with the language set to English

    podfetch:
        image: samuel19982/podgrabv2:latest
        container_name: podfetch
        ports:
            - 8005:8000
        volumes:
            - ${CONFIG}/podfetch/podcasts:/app/podcasts
            - ${CONFIG}/podfetch/db:/app/db
        environment:
            - POLLING_INTERVAL=60
            - SERVER_URL=http://10.146.0.1:8005
        restart: unless-stopped

image

vor 3 Tagen is displayed rather than 3 Days ago, this is also the case if language is set to Français.

I checked https://github.com/SamTV12345/PodFetch/tree/main/ui/src/language/json but can't see the localisation translation for the error above.

Reproduction

See above for docker-compose

System Info

Linux x64 host using 

Docker version 20.10.21, build baeda1f


### Used Package Manager

n/a

### Validations

- [X] Follow our [Code of Conduct](https://github.com/SamTV12345/.github/blob/main/CODE_OF_CONDUCT.md)
- [X] Read the [Contributing Guide](https://github.com/SamTV12345/.github/blob/main/CONTRIBUTING.md).
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- [X] The provided reproduction is a [minimal reproducible](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
arcoast commented 1 year ago

My apologies, I forgot to mention on any of the issues I posted!

Thank you for this, it's looking really promising as a long term podcast solution for self hosted users!

SamTV12345 commented 1 year ago

You're welcome. It's fun maintaining this project. Thanks for creating these issues. I am grateful that people find these kinds of bugs. I always keep the interface in German. That is why I didn't see that 😄 .