Skip to content

Releases: hpolthof/laravel-translations-db

0.5.0: Allow for fallback to locale files, backwards compatibility with Lara…

15 Nov 20:25
Compare
Choose a tag to compare

0.4.5: Merge pull request #15 from aayaresko/compatibility_with_5_3

15 Nov 16:01
Compare
Choose a tag to compare

0.4.4

04 Nov 19:19
Compare
Choose a tag to compare
Update Translator.php

Compatible with Laravel/Framework v5.1.23

04 Nov 19:10
Compare
Choose a tag to compare

People using laravel v5.1.23 or higher should use at least this version.

0.4.2

18 Sep 07:06
Compare
Choose a tag to compare

Keys are deletable.

Use the red button with caution. ;-)

0.4.1

15 Sep 10:28
Compare
Choose a tag to compare

Dump of a language file now generates nested array.

Google Translate integration

17 Jun 09:55
Compare
Choose a tag to compare

Als of this release the Translations Manager supports Google Translate. It will collect translations for all empty keys in your current workset.

Use the services of Google with care.

Minimal mode

16 Jun 07:24
Compare
Choose a tag to compare

Disables the collection of new keys and enables caching in debug mode.

This setting is useful to prevent a large collection of queries being done. Allows for a cleaner display of queries in the Laravel Debugbar.

0.3.1

12 Jun 14:26
Compare
Choose a tag to compare

Bug in translation:dump was fixed.

Import and export support

12 Jun 08:46
Compare
Choose a tag to compare
0.3.0

Update readme.md