gabe565 / linuxserver-mod-vuetorrent

Docker mod that installs VueTorrent to the LinuxServer.io qBittorrent images
39 stars 0 forks source link

Translations missing in 2.1.x releases #36

Closed spideyfusion closed 7 months ago

spideyfusion commented 8 months ago

Looks like translations are no longer part of the VueTorrent repository and are now fetched from Tolgee translation platform instead. You can check out the PR where the change was introduced.

As you can see, the translation files inside the repository are now stubs. This will cause the final mod Docker image to be without any translations.

shad-lp commented 7 months ago

Hello, is that related to this kind of problem :

image

Seems like, I would not want to open a new issue if it's related to yours.

MattJeanes commented 7 months ago

If you are referring to the placeholder text like NAVBAR.SIDE.CURRENT_SPEED.TITLE at the top left, yes this is the cause of that issue

spideyfusion commented 7 months ago

Looks like there is an effort on the main repository to add translations back into the codebase in an automated way.

gabe565 commented 7 months ago

Sorry for the late reply, I'm going to swap the Docker build to download VueTorrent's release assets to fix this! Will keep you all posted on a fix.

gabe565 commented 7 months ago

@spideyfusion @shad-lp @MattJeanes I just pushed an update that fixes this! Basically, the Docker build now pulls the VueTorrent release artifact instead of building from scratch. If you restart your qBittorrent containers, it should be fixed for you 🙂