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

0.1.26

05 Mar 21:33
Compare
Choose a tag to compare
Fix langFiles usage better

0.1.25

05 Mar 21:30
Compare
Choose a tag to compare
Fix langFiles usage

0.1.24

05 Mar 21:25
Compare
Choose a tag to compare
  • Rework internals, make tests more robust. 5342682

  • New feature: ability to specify a whitelist of translation files to use. 09124cd

Thanks to @Al3xR0

0.1.23: Display error when unable to generate JSON

11 Feb 01:24
Compare
Choose a tag to compare

Improved error reporting on malformed json, thanks @eduardor2k

Laravel 5.6 support

08 Feb 14:45
Compare
Choose a tag to compare

0.1.21: Fix lang generation caused by missleading test case (#38)

25 Dec 11:50
Compare
Choose a tag to compare

Fix lang generation caused by missleading test case (#38)

0.1.20: Add published vendor translation (#37)

21 Dec 08:54
Compare
Choose a tag to compare
* Added vendor directory parsing

* Added with-vendor command options

* Added with-vendor command options

* fixed test temp directory path

0.1.19: Implement support for vuex-i18n library (#31)

15 Oct 06:57
Compare
Choose a tag to compare
* Implement support for vuex-i18n library

The package is nearly ready to support vuex-i18n out of the box. One significally
difference between vue-i18n and vuex-i18n is the way the handle plural forms.
While vue-i18n using the pipe `|`, vuex-i18n uses three colons `:::`.

The patch introduces a new flag to specify which i18n lib are used. The generator
replaces than the pipe by three colons.

* Update note about pluralization

0.1.18: Feature/make dirs when dirs in lang (#26)

10 Aug 13:57
Compare
Choose a tag to compare
* make dir of js path when not available

* wrap in dirname to get parent directory

0.1.17

28 Jul 23:22
Compare
Choose a tag to compare
Added Laravel 5.5 Support (#24)