mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Failed to compile. src/locales/cs/core.js Line 149:50: Delete ⏎·······
#343
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 @timdonovanuk on GitHub (Jul 31, 2023).
Hi,
Trying to do a manual instal on Deb 11. Fails at npm run build with a not so useful error:
Any help appreciated, thanks!
@timdonovanuk commented on GitHub (Jul 31, 2023):
When I look at file src/locales/cs/core.js in my terminal it looks totally broken and nothing like the file shown in github in my browser...I guess I'm having some weird hungarian encoding issue? How do I disable this, I only care for English.
@timdonovanuk commented on GitHub (Jul 31, 2023):
I removed all locales from
client/src/locales/index.jsexcept en.Still didn't work.
rm -rf src/locales/cs/core.jsworks!
@meltyshev commented on GitHub (Jul 31, 2023):
Hi! Thanks for reporting this. You are right, there is a linting issue in this file. I'll fix it in the next commit.
@timdonovanuk commented on GitHub (Jul 31, 2023):
Thank you :)