This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Description
Reporting a bug?
$te('foo.bar.toString') returns true when foo.bar messages does not contain a key toString
$t('foo.bar.toString') returns Object.prototype.toString when foo.bar messages does not contain a key toString
Expected behavior
$te('foo.bar.toString') should return false when foo.bar messages does not contain a key toString
$t('foo.bar.toString') should return 'foo.bar.toString' when foo.bar messages does not contain a key toString
Reproduction
#1707
System Info
Screenshot
No response
Additional context
No response
Validations