Use when referencing the vue-i18n plugin for Vue.js
Internationalization plugin for Vue.js.
Use when referencing the vue-i18n plugin for Vue.js
Internationalization plugin for Vue.js.
{{ $t('some_key') }}
In this case if there is no translation it will print 'some_key'. Maybe there is a way to configure global fallback?{{…