Open adam-boduch opened 4 years ago
I have a similar issue, I believe it lies in allocateLocaleJSON
not doing its job properly.
I added for testing something like this $this->filesToCreate[$filePath][$lastLocale] = $this->adjustArray($tmp);
but I don't feel like its the correct solution.
php artisan vue-i18n:generate --multi-locales
ignores JSON lang files. Output contains only data fromresource/lang
subdirectories.Without this flag, everything works as expected.
Version: 0.1.46