[Vuejs]-Symfony i18n coupled to VueJS

0👍

You may take a look at BazingaJsTranslationBundle: https://github.com/willdurand/BazingaJsTranslationBundle, and this issue https://github.com/willdurand/BazingaJsTranslationBundle/issues/276 if you use Webpack.

Another solution is to use a separate translation file for the frontend part, depending on how different is your frontend from your backend.

Leave a comment