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
$te('foo.bar.toString')
true
foo.bar
toString
$t('foo.bar.toString')
Object.prototype.toString
false
'foo.bar.toString'
#1707
N/A
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reporting a bug?
$te('foo.bar.toString')
returnstrue
whenfoo.bar
messages does not contain a keytoString
$t('foo.bar.toString')
returnsObject.prototype.toString
whenfoo.bar
messages does not contain a keytoString
Expected behavior
$te('foo.bar.toString')
should returnfalse
whenfoo.bar
messages does not contain a keytoString
$t('foo.bar.toString')
should return'foo.bar.toString'
whenfoo.bar
messages does not contain a keytoString
Reproduction
#1707
System Info
Screenshot
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: