Skip to content

Releases: shapehq/laravel-language-center

v2.2.2

06 Oct 08:38
Compare
Choose a tag to compare

We will now render the translation keys that are not supported by LanguageCenter, using the original Laravel translator.

Example __('Create :resource') is not supported by LanguageCenter, and will therefor be translated by the original Laravel translator.

v2.2.1

06 Oct 06:04
Compare
Choose a tag to compare

Before __('Not found') would trigger an exception, since it did not follow the required Language Center key format.
This will be ignored now in this update.

v2.2.0

26 Aug 12:28
8d360fe
Compare
Choose a tag to compare

Support Guzzle v7

v2.1 Laravel 6.x support

15 Oct 14:27
Compare
Choose a tag to compare
Support Laravel 6.x

v2.0.4

12 Jun 10:56
8d2ce69
Compare
Choose a tag to compare

Support redis cache driver

v2.0.3

01 Nov 14:19
Compare
Choose a tag to compare

Fix locale loading

v2.0.2

01 Nov 14:13
Compare
Choose a tag to compare

Optimize loader for better performance.

Add enable/disable option

13 Oct 13:46
Compare
Choose a tag to compare

There is now the environment LANGUAGE_CENTER=true by default, you can set it to false if you wish to have your application not making any API calls at all.

Support for Laravel 5.5

11 Oct 12:07
Compare
Choose a tag to compare
v2.0.0

Fix for 5.5 (other versions might be depricated, so use the version t…

Minor improvement

17 Oct 11:29
Compare
Choose a tag to compare
v1.0.4

Possible fix for weird string behavior