kazupon / vue-i18n

:globe_with_meridians: Internationalization plugin for Vue.js

Home Page:https://kazupon.github.io/vue-i18n/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keys containing 'toString' may have surprising results

alxndrsn opened this issue · comments

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

N/A

Screenshot

No response

Additional context

No response

Validations