mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Feature Request] Option to change language #167
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 @Pheggas on GitHub (Apr 5, 2022).
Hello. I fired up Planka locally but when i logged in, it changed the language to Czech (i'm Slovak, neighbour state so i kinda get it) but i'd like to change it back to English. Is there possible workaround for now as temporary fix?
@meltyshev commented on GitHub (Apr 5, 2022):
Hi! Language selector in the nearest plans. For now you can change the language using the browser console: F12 -> Console and execute
localStorage.setItem('i18nextLng', 'en').@Pheggas commented on GitHub (Apr 13, 2022):
Thank you. Unfortunately, console returns
undefinedinstead of changing language.EDIT: Just needed to F5 the webpage :)