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

feat: add possibility to pass RegExp to trans.component #244

Merged
merged 1 commit into from
Mar 19, 2023

Conversation

kirillku
Copy link
Contributor

@kirillku kirillku commented Feb 20, 2023

Fixes #242

Checklist

  • only relevant code is changed (make a diff before you submit the PR)
  • run tests npm run test
  • tests are included
  • commit message and code follows the Developer's Certification of Origin

Checklist (for documentation change)

  • only relevant documentation part is changed (make a diff before you submit the PR)
  • motivation/reason is provided
  • commit message and code follows the Developer's Certification of Origin

@kirillku kirillku force-pushed the trans-component-regexp branch from fc74ed6 to bc519d7 Compare March 12, 2023 11:27
@codecov
Copy link

codecov bot commented Mar 19, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.35 🎉

Comparison is base (e5eade7) 90.94% compared to head (bc519d7) 91.29%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #244      +/-   ##
==========================================
+ Coverage   90.94%   91.29%   +0.35%     
==========================================
  Files           6        6              
  Lines         563      563              
==========================================
+ Hits          512      514       +2     
+ Misses         51       49       -2     
Impacted Files Coverage Δ
src/parser.js 90.69% <100.00%> (+0.47%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@cheton cheton merged commit aa309b5 into i18next:master Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add possibility to use regex in config.trans.component
2 participants