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

10 Mar 18:57
ddc5289

Choose a tag to compare

0.1.46

Laravel 7.0 (#113)

0.1.45

13 Feb 09:37

Choose a tag to compare

Revert "Make generateMultiple and allocateLocaleArray deterministic (…

0.1.44

12 Feb 13:17
0e29f04

Choose a tag to compare

Make generateMultiple and allocateLocaleArray deterministic (#105)

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

09 Feb 07:59
8f47124

Choose a tag to compare

* Fix array handling

* Only handle arrays

0.1.42

22 Oct 05:30

Choose a tag to compare

Fix multi-file output (#96)

0.1.41: Adding escape character (#94)

08 Oct 17:12

Choose a tag to compare

Adds a escape character to allow escaping translation strings that contain the Laravel :link keyword.

0.1.40

03 Sep 16:59

Choose a tag to compare

Laravel 6.0 support (#90)

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

23 May 04:47

Choose a tag to compare

* 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

01 May 17:43

Choose a tag to compare

#56 Extended to generate multiple files per locale (#82)

0.1.37

28 Feb 05:19

Choose a tag to compare

Support Laravel 5.8, thanks @Raymonf and @blyleven