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

0.1.26

Choose a tag to compare

@martinlindhe martinlindhe released this 05 Mar 21:33
Fix langFiles usage better

0.1.25

Choose a tag to compare

@martinlindhe martinlindhe released this 05 Mar 21:30
Fix langFiles usage

0.1.24

Choose a tag to compare

@martinlindhe martinlindhe released this 05 Mar 21:25
  • 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

Choose a tag to compare

@martinlindhe martinlindhe released this 11 Feb 01:24

Improved error reporting on malformed json, thanks @eduardor2k

Laravel 5.6 support

Choose a tag to compare

@martinlindhe martinlindhe released this 08 Feb 14:45

Thansks @marcoocram

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

Choose a tag to compare

@martinlindhe martinlindhe released this 25 Dec 11:50

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

0.1.20: Add published vendor translation (#37)

Choose a tag to compare

@martinlindhe martinlindhe released this 21 Dec 08:54
* 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)

Choose a tag to compare

@martinlindhe martinlindhe released this 15 Oct 06:57
* 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)

Choose a tag to compare

@martinlindhe martinlindhe released this 10 Aug 13:57
* make dir of js path when not available

* wrap in dirname to get parent directory

0.1.17

Choose a tag to compare

@martinlindhe martinlindhe released this 28 Jul 23:22
Added Laravel 5.5 Support (#24)