Skip to content

Conversation

@nervgh
Copy link

@nervgh nervgh commented Jun 18, 2016

In Vue.js 1.0.25 the "pluralize" filter returns "three"

Vue.filter('pluralize')(1, "", "two", "three") // three

instead of the empty string. After this fix, the "pluralize" filter returns the empty string:

Vue.filter('pluralize')(1, "", "two", "three") // ""

@yyx990803 yyx990803 merged commit 453565e into vuejs:dev Jun 18, 2016
@yyx990803
Copy link
Member

Thanks!

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.

2 participants