We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Module versions (please complete the following information):
vue
vue-i18n
Reproduction Link https://stackblitz.com/edit/vue-i18n-6abnwm?file=plugins/i18n.js
To Reproduce Steps to reproduce the behavior: ex:
Expected behavior If the custom modifier is declared then it should apply the modifier and it should show the string.
The text was updated successfully, but these errors were encountered:
Bump
Sorry, something went wrong.
modifiers: { snakeCase: (str) => str.split(' ').join('-') }, snakeCase转换成snakecase,又可以了。。
modifiers: { snakeCase: (str) => str.split(' ').join('-') },
fixed with #1512
No branches or pull requests
Module versions (please complete the following information):
vue
: 2.4.2vue-i18n
: 8.24.5Reproduction Link
https://stackblitz.com/edit/vue-i18n-6abnwm?file=plugins/i18n.js
To Reproduce
Steps to reproduce the behavior:
ex:
Expected behavior
If the custom modifier is declared then it should apply the modifier and it should show the string.
The text was updated successfully, but these errors were encountered: