0๐
โ
$t is only some variable that was attached to Vue.prototype
. You can see it being assigned in source code of i18n. So after you do Vue.install(i18n)
, you can just override all these prototypes and create whatever names you want.
Source:stackexchange.com