Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Releases: martinlindhe/laravel-vue-i18n-generator

Laravel 7

Choose a tag to compare

@martinlindhe martinlindhe released this 10 Mar 18:57
ddc5289
0.1.46

Laravel 7.0 (#113)

0.1.45

Choose a tag to compare

@martinlindhe martinlindhe released this 13 Feb 09:37
Revert "Make generateMultiple and allocateLocaleArray deterministic (…

0.1.44

Choose a tag to compare

@martinlindhe martinlindhe released this 12 Feb 13:17
0e29f04
Make generateMultiple and allocateLocaleArray deterministic (#105)

0.1.43: Only handle arrays as arrays in translation files (#107)

Choose a tag to compare

@martinlindhe martinlindhe released this 09 Feb 07:59
8f47124
* Fix array handling

* Only handle arrays

0.1.42

Choose a tag to compare

@martinlindhe martinlindhe released this 22 Oct 05:30
Fix multi-file output (#96)

0.1.41: Adding escape character (#94)

Choose a tag to compare

@martinlindhe martinlindhe released this 08 Oct 17:12
Adds a escape character to allow escaping translation strings that contain the Laravel :link keyword.

0.1.40

Choose a tag to compare

@martinlindhe martinlindhe released this 03 Sep 16:59
Laravel 6.0 support (#90)

0.1.39: Use DIRECTORY_SEPARATOR instead of hardcoded chars (#83)

Choose a tag to compare

@martinlindhe martinlindhe released this 23 May 04:47
* 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

Choose a tag to compare

@martinlindhe martinlindhe released this 01 May 17:43
#56 Extended to generate multiple files per locale (#82)

0.1.37

Choose a tag to compare

@martinlindhe martinlindhe released this 28 Feb 05:19

Support Laravel 5.8, thanks @Raymonf and @blyleven