We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
npm run build:langfiles (runs gulp buildLangfiles) produces the following warning:
npm run build:langfiles
gulp buildLangfiles
WARNING: definition of COLOUR_RGB_TOOLTIP in msg/json/sv.json contained a newline character.
To Reproduce
Expected behavior
No errors or warnings are generated.
Additional context
I don't have enough context to know whether to just delete the newline or whether something more complicated needs to happen.
The text was updated successfully, but these errors were encountered:
Remove undesirable \n from sv.json
b6da754
Resolves #5017
783956d
NeilFraser
No branches or pull requests
Describe the bug
npm run build:langfiles
(runsgulp buildLangfiles
) produces the following warning:To Reproduce
npm run build:langfiles
Expected behavior
No errors or warnings are generated.
Additional context
I don't have enough context to know whether to just delete the newline or whether something more complicated needs to happen.
The text was updated successfully, but these errors were encountered: