Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AidasK authored Jul 2, 2020
1 parent 2afb9a3 commit 117d684
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ php artisan lang:export --locale en --target fr,de,pt # export en translations
php artisan lang:export -l fr,de,pt -z all.zip # archive all the files
php artisan lang:export --locale en -g pagination,validation # export only cretain groups
php artisan lang:export --locale en --exclude pagination,validation # export all files except pagination and validation
php artisan lang:export --locale en --ext xls # supported extensions: Xls, Xlsx, Ods, Csv, Html, Tcpdf, Mpdf, Dompdf
```

### Import
Expand Down Expand Up @@ -98,6 +99,9 @@ php artisan vendor:publish

Changelog
------------
6.4.0
* Added support to export to Xls, Xlsx, Ods, Csv, Html, Tcpdf, Mpdf, Dompdf file types
* You can now import translations from a zip file

6.2.0
* Validate HTML feature. Usually HTML tags are translated with random spaces such as "< /b>", which makes entire paragraph bold.
Expand Down

0 comments on commit 117d684

Please sign in to comment.