This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
Releases: martinlindhe/laravel-vue-i18n-generator
Releases · martinlindhe/laravel-vue-i18n-generator
Laravel 7
0.1.45
Revert "Make generateMultiple and allocateLocaleArray deterministic (…
0.1.44
Make generateMultiple and allocateLocaleArray deterministic (#105)
0.1.43: Only handle arrays as arrays in translation files (#107)
* Fix array handling * Only handle arrays
0.1.42
Fix multi-file output (#96)
0.1.41: Adding escape character (#94)
Adds a escape character to allow escaping translation strings that contain the Laravel :link keyword.
0.1.40
Laravel 6.0 support (#90)
0.1.39: Use DIRECTORY_SEPARATOR instead of hardcoded chars (#83)
* Use DIRECTORY_SEPARATOR instead of hardcoded chars Replaced the '/' and '\\' to DIRECTORY_SEPARATOR. * Remove the first character of $filePath conditionally Conditionally remove the leading '/' in $filePath instead of replacing DIRECTORY_SEPARATOR.
0.1.38
#56 Extended to generate multiple files per locale (#82)