Skip to content
New issue

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

[WARNING] Unused default message codes found. #7983

Closed
7 tasks done
anaclumos opened this issue Aug 22, 2022 · 3 comments · Fixed by #7996
Closed
7 tasks done

[WARNING] Unused default message codes found. #7983

anaclumos opened this issue Aug 22, 2022 · 3 comments · Fixed by #7996
Labels
bug An error in the Docusaurus core causing instability or issues with its execution

Comments

@anaclumos
Copy link
Contributor

Have you read the Contributing Guidelines on issues?

Prerequisites

  • I'm using the latest version of Docusaurus.
  • I have tried the npm run clear or yarn clear command.
  • I have tried rm -rf node_modules yarn.lock package-lock.json and re-installing packages.
  • I have tried creating a repro with https://new.docusaurus.io.
  • I have read the console error message carefully (if applicable).

Description

I got this error while writing translations.

image

Reproducible demo

No response

Steps to reproduce

https://github.com/anaclumos/www

yarn write-translations --locale ko

Expected behavior

No error

Actual behavior

[WARNING] Unused default message codes found.

Your environment

  • Public source code:
  • Public site URL:
  • Docusaurus version used:
  • Environment name and version (e.g. Chrome 89, Node.js 16.4):
  • Operating system and version (e.g. Ubuntu 20.04.2 LTS):

Self-service

  • I'd be willing to fix this bug myself.
@anaclumos anaclumos added bug An error in the Docusaurus core causing instability or issues with its execution status: needs triage This issue has not been triaged by maintainers labels Aug 22, 2022
@Josh-Cena Josh-Cena removed the status: needs triage This issue has not been triaged by maintainers label Aug 22, 2022
@Josh-Cena
Copy link
Collaborator

This is a technical limitation. This translation ID resides in theme-common and seems we are not analyzing it.

@slorber
Copy link
Collaborator

slorber commented Aug 24, 2022

little bug due to the usage of package "exports" field and a Node.js exception being swallowed by a catch {} block

fixed in #7996

@anaclumos
Copy link
Contributor Author

Incredible, huge kudos to you all! I show my massive respect to the docusaurus team!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An error in the Docusaurus core causing instability or issues with its execution
Projects
None yet
3 participants