Navigation Menu

Skip to content
This repository has been 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
Compare
Choose a tag to compare
0.1.46

Laravel 7.0 (#113)

0.1.45: Revert "Make generateMultiple and allocateLocaleArray deterministic (…

13 Feb 09:37
Compare
Choose a tag to compare
…#105)"

This reverts commit 0e29f041ef7e5b6f40202956317ef0ad84925a70.

0.1.44

12 Feb 13:17
0e29f04
Compare
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
Compare
Choose a tag to compare
* Fix array handling

* Only handle arrays

0.1.42

22 Oct 05:30
Compare
Choose a tag to compare
Fix multi-file output (#96)

0.1.41: Adding escape character (#94)

08 Oct 17:12
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
#56 Extended to generate multiple files per locale (#82)

0.1.37

28 Feb 05:19
Compare
Choose a tag to compare

Support Laravel 5.8, thanks @Raymonf and @blyleven