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

Generates a vue-i18n compatible include file from your Laravel translations

Results 18 laravel-vue-i18n-generator issues
Sort by recently updated
recently updated
newest added

Hello, i seems that it's not possible to have json translations and array translations at the same time, when using --multi-locales option. In Generator.php line 75 : ``` if ($fileinfo->isDir())...

Hi i am getting an error in my app Kernel when running php artisan vue-i18n:generate it stated that it cannot redeclare Kernel since it is already used. and i have...

Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 2.7.6 to 2.7.51. Commits - [`b67e5cb`](https://github.com/symfony/http-foundation/commit/b67e5cbd2bf837fb3681f2c4965826d6c6758532) security #cve-2019-10913 [HttpFoundation] reject invalid method override (nic... - [`e8eb43e`](https://github.com/symfony/http-foundation/commit/e8eb43e042f839b01afe6b5019e4c0c204634dfb) [2.7] Make CI green - [`b045094`](https://github.com/symfony/http-foundation/commit/b0450941536afecc0142fda28db37dd3b67931b4) [HttpFoundation] Remove support for legacy...

dependencies

In our work we use lazy-loading translations, provided by [https://nuxt-community.github.io/nuxt-i18n/](https://nuxt-community.github.io/nuxt-i18n/lazy-load-translations.html). Loaded file expects to be like this: ``` { key: 'value' } ``` But the generator outputs something like this,...

need how i put the correct path of jsfile and jspath in laravel 5.8/5.7

Assuming a directory structure of: ``` - lang - en - file_name_1.php - directory_name - file_name_2.php ``` And in the config file: ``` 'excludes' => [ 'file_name_1', /* Works */...

I have a seperate Modules folders where i have a folder per module. Within each module folder i have the translations for that module. With laravel i can get this...

help wanted
question

The idea is to add some example projects that correctly make use of specific versions of vue-i18n and vuex-i18n, to point at from the README to some known correct usage....

help wanted
documentation