mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Problems with German translation #165
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sewid on GitHub (Feb 27, 2022).
Hi there, I have just installed planka using docker. In my docker-compose, I've specified "meltyshev/planka:1.0.0-beta". With that version, there is a problem with the German translation. If I switch back to "meltyshev/planka:latest", everything works fine.
The problem is:
i18nextLng: "de-DE" is added to the local storage, breaks all translations and leads to endless loading. "meltyshev/planka:latest" does work with i18nextLng: "de-DE".
If I manually change i18nextLng to "de", "meltyshev/planka:1.0.0-beta" loads the sites with correct translations and without problems. A new browser window in incognito mode sets "de-DE" again, I have to manually change it and so on.
@meltyshev commented on GitHub (Mar 31, 2022):
Thanks for reporting this! Sorry for the delayed response. It will be fixed in the next commit.