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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I would like to know if it is possible to use i18n for the option labels in a typeUserAttrs:
method:{ options: { 'task': 'Task', 'workflow': 'Workflow' }, },
The text was updated successfully, but these errors were encountered:
feat(i18n): add support for translatable typeUserAttrs
3a8b0b5
resolves #919
158b278
chore(release): 3.2.0 [skip ci]
23f9b73
# [3.2.0](v3.1.3...v3.2.0) (2019-03-29) ### Features * **i18n:** add support for translatable typeUserAttrs ([158b278](158b278)), closes [#919](#919)
🎉 This issue has been resolved in version 3.2.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I would like to know if it is possible to use i18n for the option labels in a typeUserAttrs:
method:{ options: { 'task': 'Task', 'workflow': 'Workflow' }, },
The text was updated successfully, but these errors were encountered: