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

🐛bugfix(pluralization): inherit pluralization rules ⚠ #493

Merged
merged 1 commit into from Dec 25, 2018

Conversation

Raiondesu
Copy link
Contributor

@Raiondesu Raiondesu commented Dec 24, 2018

Allows pluralization rules to be propagated to children and extended vue components (was only root before).

Important: before this fix, child components didn't have any pluralization rules whatsoever. This made custom pluralization only usable on root i18n instances or via $root.$i18n.

Uh. I can't believe I overlooked this earlier... 😒

Allows pluralization rules to be propagated to children and extended vue components (was only root before).

**Important**: before this fix, child components didn't have any pluralization rules whatsoever. This made custom pluralization only usable on root i18n instances or via $root.$i18n.
@codecov-io
Copy link

Codecov Report

Merging #493 into dev will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #493      +/-   ##
==========================================
+ Coverage   96.69%   96.69%   +<.01%     
==========================================
  Files           9        9              
  Lines         665      666       +1     
==========================================
+ Hits          643      644       +1     
  Misses         22       22
Impacted Files Coverage Δ
src/mixin.js 96.61% <100%> (+0.05%) ⬆️

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 b9437ea...2ef0606. Read the comment docs.

1 similar comment
@codecov-io
Copy link

codecov-io commented Dec 24, 2018

Codecov Report

Merging #493 into dev will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #493      +/-   ##
==========================================
+ Coverage   96.69%   96.69%   +<.01%     
==========================================
  Files           9        9              
  Lines         665      666       +1     
==========================================
+ Hits          643      644       +1     
  Misses         22       22
Impacted Files Coverage Δ
src/mixin.js 96.61% <100%> (+0.05%) ⬆️

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 b9437ea...2ef0606. Read the comment docs.

@kazupon kazupon merged commit 7a23f32 into kazupon:dev Dec 25, 2018
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.

None yet

3 participants