- Install it as in bundle readme.md
- run `php bin/console bazinga:js-translation:dump public/js --format=js`
- add in your main template tag: <html lang="{{ app.request.locale|split('_')[0] }}">
- add in your js file:
global.Translator = require('../public/bundles/bazingajstranslation/js/translator.min');
require('../public/js/translations/messages/ru.js'); - if you need also access Translator via Vue, add it in your Vue initialization file:
Vue.prototype.$t = Translator;
And use it in your template like this: {{ $t.trans('common.save') }}
воскресенье, 27 июня 2021 г.
how to load BazingaJsTranslationBundle without ajax requests (+ inside Vue components)
Подписаться на:
Комментарии к сообщению (Atom)
Комментариев нет:
Отправить комментарий