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, First : thank you very much for this package ! Everything is working correctly, easy way to implement :) However I have a request, I didn't see anyone else...

Solves https://github.com/martinlindhe/laravel-vue-i18n-generator/pull/121 as well (copied it over so give attribution). Solves? https://github.com/martinlindhe/laravel-vue-i18n-generator/issues/122 as well

`php artisan vue-i18n:generate --multi-locales` ignores JSON lang files. Output contains only data from `resource/lang` subdirectories. Without this flag, everything works as expected. Version: 0.1.46

When using multiple locales with e.g. a_locale.json files and folders with php files a_locale/errors.php then the translations were mixed in the wrong files because of a wrong "lastLocale" variable. The...

Added new configuration parameter 'outputExtension' for possibility change output file extension when generates multiple files.

When choosing format as json it could be a fine generating file with json extension. Maybe rename jsPath and jsFile to outputPath and outputFile, add outputExtension.

enhancement
help wanted

If in a folder I have a php file _and_ a folder with the same name, the generator does not merge them in the generated file: sometimes the file is...

Hi, can you maybe add an option to the command to change the root path? I'm using Laravel modules and with this little change we could generate a translation per...

I have a Laravel 6 Porject with very easy Models. But the generation stops because of a model with: ```php artisan vue-i18n:generate Exception : Unexpected data while processing /home/vagrant/code/lukaeu-elearning/app/Question.php at...

awaiting feedback