You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'am using and generate a JS object with https://github.com/martinlindhe/laravel-vue-i18n-generator, but the call of key for translate is some like this $t('message.hello') and the the workflow for include the key is manual, not like the easy command php artisan langman:sync.
I think what would help is if \Themsaid\Langman\Manager::getAllViewFilesWithTranslations() would move the $functions and $patterns to a config variable.
Could be a useful idea an integration with this package https://github.com/kazupon/vue-i18n
I'am using and generate a JS object with https://github.com/martinlindhe/laravel-vue-i18n-generator, but the call of key for translate is some like this
$t('message.hello')
and the the workflow for include the key is manual, not like the easy commandphp artisan langman:sync
.Example in Vue template file:
It's just an idea, if you need more details let me know ;)
The text was updated successfully, but these errors were encountered: