Skip to content

Releases: thiagocordeiro/laravel-translator

Configurable scanning functions

31 Jan 11:27
Compare
Choose a tag to compare

These changes added a configuration to set which function should get scanned, previously it was hard coded to __("word") and lang("word")

Added option to automatically fill translation keys for default languague

23 Jun 12:39
Compare
Choose a tag to compare

Output file ordered by its keys

03 Mar 21:35
90e4d81
Compare
Choose a tag to compare
v1.2.1

Order output (#42)

Support PHP8

03 Mar 17:20
e05b942
Compare
Choose a tag to compare
Update php (#41)

* Updated php version

* Updated composer dependencies

* Updated workflow

Updated composer

08 Sep 18:06
67131f1
Compare
Choose a tag to compare
v1.1.1

Integration test (#32)

Multiple extension scanning

25 Apr 16:53
288807b
Compare
Choose a tag to compare
v1.1.0

Merge pull request #28 from thiagocordeiro/thiago/#26-scan-different-…

Security update

31 Mar 00:43
f3d1f2a
Compare
Choose a tag to compare
v1.0.4

Merge pull request #25 from thiagocordeiro/dependabot/composer/symfon…

Improvements on Scanner to handle parentheses and quotes

23 Feb 12:56
12edc1b
Compare
Choose a tag to compare
Merge pull request #23 from leetdev/master

Various improvements

Fix strings with escaped quotes

19 Feb 10:48
f8440b6
Compare
Choose a tag to compare
Merge pull request #20 from leetdev/master

Fix strings with escaped quotes

Update dependencies

04 Dec 21:39
0c49a64
Compare
Choose a tag to compare
Merge pull request #15 from thiagocordeiro/thiago/updated-readme-1

Update README.md