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

fix(): country-coded language breaks plurals with po-gettext #1131

Merged
merged 1 commit into from
Sep 7, 2021

Conversation

semoal
Copy link
Contributor

@semoal semoal commented Sep 7, 2021

Will close #1130

@vercel
Copy link

vercel bot commented Sep 7, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/lingui-js/js-lingui/7hLWTS2eDmLLmAGLJ7YnsNgATkZM
✅ Preview: https://js-lingui-git-semoal-fix-1130-lingui-js.vercel.app

@github-actions
Copy link

github-actions bot commented Sep 7, 2021

size-limit report 📦

Path Size
./packages/core/build/cjs/core.production.min.js 2.79 KB (0%)
./packages/detect-locale/build/cjs/detect-locale.production.min.js 798 B (0%)
./packages/react/build/cjs/react.production.min.js 4.85 KB (0%)
./packages/remote-loader/build/cjs/remote-loader.production.min.js 92.03 KB (0%)

@codecov
Copy link

codecov bot commented Sep 7, 2021

Codecov Report

Merging #1131 (84a26a0) into main (ea00f55) will decrease coverage by 0.19%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1131      +/-   ##
==========================================
- Coverage   82.28%   82.09%   -0.20%     
==========================================
  Files          56       56              
  Lines        1677     1687      +10     
  Branches      458      462       +4     
==========================================
+ Hits         1380     1385       +5     
- Misses        173      177       +4     
- Partials      124      125       +1     
Impacted Files Coverage Δ
packages/cli/src/api/formats/po-gettext.ts 83.73% <100.00%> (+0.13%) ⬆️
packages/cli/src/api/extractors/index.ts 55.55% <0.00%> (-13.68%) ⬇️
packages/conf/src/index.ts 79.74% <0.00%> (-1.03%) ⬇️
packages/macro/src/macroJs.ts 90.97% <0.00%> (ø)
packages/macro/src/macroJsx.ts 90.97% <0.00%> (ø)
packages/cli/src/api/catalog.ts 81.48% <0.00%> (ø)
packages/cli/src/api/compile.ts 96.15% <0.00%> (+0.15%) ⬆️
packages/core/src/context.ts 81.13% <0.00%> (+0.36%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ea00f55...84a26a0. Read the comment docs.

@semoal semoal merged commit 6b60b8a into main Sep 7, 2021
@semoal semoal deleted the semoal/fix-1130 branch September 7, 2021 18:02
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.

Country-coded language codes breaks plurals when using po-gettext format
1 participant