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

Missing handler response not returned on translating missing key #177

Closed
pgbross opened this issue Nov 2, 2020 · 1 comment · Fixed by #180
Closed

Missing handler response not returned on translating missing key #177

pgbross opened this issue Nov 2, 2020 · 1 comment · Fixed by #180
Labels
Type: Bug Bug or Bug fixes

Comments

@pgbross
Copy link

pgbross commented Nov 2, 2020

vue & vue-i18n version

  • vue: 3.0.2
  • vue-i18n: 9.0.0-beta.6

Reproduction Link

https://codepen.io/pgbross/pen/YzWLBYy

Steps to reproduce

Create i18n with missing key handler
Translate missing key

Observe response string is the key not the output of the missing key handler.

What is Expected?

The output of the missing handler to be returned.

What is actually happening?

Translate key with no message and missing handler defined, the key is returned as the translation.

@kazupon kazupon added the Type: Bug Bug or Bug fixes label Nov 3, 2020
@kazupon
Copy link
Member

kazupon commented Nov 3, 2020

Thank you for your reporting!
I've just fixed!
Please check next release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bug or Bug fixes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants