Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Fix] Allow to use multiple translation functions with different namespaces and keyPrefixes #1083

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wilhelmhb
Copy link

@wilhelmhb wilhelmhb commented Oct 26, 2024

Why am I submitting this PR

Using multiple translation functions is currently a pain point for me.

Does it fix an existing ticket?

Yes #494
Also provides a workaround for #973
Should also fix #737

Checklist

  • only relevant code is changed (make a diff before you submit the PR)
  • tests are included and pass: yarn test (see details here)
  • documentation is changed or added (not relevant IMHO)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The keyPrefix argument is ignored in JavascriptLexer, and not in JsxLexer
1 participant