Skip to content

Releases: vemcogroup/laravel-translation

3.0.2

21 Sep 09:27
Compare
Choose a tag to compare

Added command translation:add-terms to allow to update terms without sync

3.0.0

09 Sep 07:23
Compare
Choose a tag to compare

Laravel 8 support, removed Laravel 5.x support

2.1.0

18 Jun 07:24
95dfc76
Compare
Choose a tag to compare

Upload translations argument

php artisan translation:upload {--scan : Whether the job should scan before uploading}

2.0.2

15 May 09:50
Compare
Choose a tag to compare

Support for POEditor context

2.0.1

08 Apr 13:26
9b69e0a
Compare
Choose a tag to compare

Adding node_modules to excluded_directories

2.0.0

03 Mar 14:22
Compare
Choose a tag to compare

add support for Laravel 7

Excluding directories

13 Jan 09:24
b9f894a
Compare
Choose a tag to compare

Updated to be able to exclude more directories

# config/translation.php
...
'excluded_directories' => ['vendor', 'storage', 'public'],
...

Extension selection

07 Jan 07:04
Compare
Choose a tag to compare

Added possibility to select which extensions to scan for.

# config/translation.php
...
 'extensions' => ['*.php', '*.vue'],
...