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

compile --strict should skip missing pseudo translations #584

Closed
danielchabr opened this issue Nov 5, 2019 · 1 comment · Fixed by #586
Closed

compile --strict should skip missing pseudo translations #584

danielchabr opened this issue Nov 5, 2019 · 1 comment · Fixed by #586

Comments

@danielchabr
Copy link
Contributor

Describe the bug
lingui compile --strict shouldn't fail with pseudo language missing translations

To Reproduce
Having pseudo locale enabled in config pseudoLocale: 'pseudo' run lingui compile --strict to compile messages catalogs. The command will fail even when all translations are available because pseudo lang is taken into account when checking for missing translations

Expected behavior
the --strict flag should compile succesfully when all translations are available even when I use pseudo locales for testing

Additional context
Add any other context about the problem here.

  • jsLingui version lingui --version 2.8.3
  • Babel version npm list babel-core 7.0.0-bridge.0
  • Your Babel config (e.g. .babelrc) or framework you use (Create React App, Meteor, etc.) custom config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants