Skip to content

Tags: MegaverseBE/laravel-vue-i18n-generator

Tags

1.0.0

PHP version dependency fixed

0.1.46

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Laravel 7.0 (martinlindhe#113)

0.1.45

Revert "Make generateMultiple and allocateLocaleArray deterministic (m…

…artinlindhe#105)"

This reverts commit 0e29f04.

0.1.44

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make generateMultiple and allocateLocaleArray deterministic (martinli…

…ndhe#105)

0.1.43

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Only handle arrays as arrays in translation files (martinlindhe#107)

* Fix array handling

* Only handle arrays

0.1.42

Fix multi-file output (martinlindhe#96)

0.1.41

Adding escape character (martinlindhe#94)

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

0.1.40

Laravel 6.0 support (martinlindhe#90)

0.1.39

Use DIRECTORY_SEPARATOR instead of hardcoded chars (martinlindhe#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

martinlindhe#56 Extended to generate multiple files per locale (marti…

…nlindhe#82)