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
npm run clear
yarn clear
rm -rf node_modules yarn.lock package-lock.json
I got this error while writing translations.
No response
https://github.com/anaclumos/www
yarn write-translations --locale ko
No error
[WARNING] Unused default message codes found.
The text was updated successfully, but these errors were encountered:
This is a technical limitation. This translation ID resides in theme-common and seems we are not analyzing it.
theme-common
Sorry, something went wrong.
little bug due to the usage of package "exports" field and a Node.js exception being swallowed by a catch {} block
"exports"
catch {}
fixed in #7996
Incredible, huge kudos to you all! I show my massive respect to the docusaurus team!
Successfully merging a pull request may close this issue.
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
I got this error while writing translations.
Reproducible demo
No response
Steps to reproduce
https://github.com/anaclumos/www
Expected behavior
No error
Actual behavior
[WARNING] Unused default message codes found.
Your environment
Self-service
The text was updated successfully, but these errors were encountered: