vue-i18n icon indicating copy to clipboard operation
vue-i18n copied to clipboard

A small package for implementing translations in Vue.js

Results 2 vue-i18n issues
Sort by recently updated
recently updated
newest added

change this.$root.locale to this.locale fix $t print on vue 2

I just tried to use your i18n package and if I use `$t('hello world')` it works fine, but when I try to use `{{ 'hello world' | translate }}` I...