Skip to content

Releases: joedixon/laravel-translation

v1.0.0

09 Sep 20:05
28fa0f0
Compare
Choose a tag to compare

Added

  • Support for Laravel 6.0

v0.3.0

23 Jun 13:52
6850c0a
Compare
Choose a tag to compare

Added

  • Ability to configure database connections (thanks @cunio-martin)
  • French translations (thanks @Bleizstudio)

Fixed

  • Issue when using sentences in keys when syncing between drivers

v0.2.1

28 Apr 16:00
245858d
Compare
Choose a tag to compare

Fixed

  • Support for system specific directory separators
  • Ability to search via group name

v0.2.0

11 Apr 11:50
7fca625
Compare
Choose a tag to compare

Added

  • Support for single language syncing between drivers. Thanks to @blyleven
  • Support for nested translations in array translations. Thanks to @ahferriz

v0.1.4

28 Feb 08:52
4cb9405
Compare
Choose a tag to compare

Added

German translations. Thank you @Jeroenvanderholst

v0.1.3

03 Jan 16:21
96a8b24
Compare
Choose a tag to compare

Added

  • German translations. Thank you @OzanKurt
  • Support for vendor JSON language files

Fixed

  • Typo in translation sync command. Thank you @4unkur

0.1.2

31 Oct 08:01
Compare
Choose a tag to compare

Fixes

Translations on windows machines can now be saved (#23)
Text wrapping in inactive textareas (#24)

Added

New logo for project (#15)
Contribution guidelines (#17)

Add support for Laravel < 5.5

26 Sep 08:29
815e242
Compare
Choose a tag to compare
5.4 support (#12) (#13)

* Add str_before if not exists
Doc blocks

* Different database loaders to satisfy Laravel <= 5.4

* Check for value

* Update language

* Formatting

* Update return type

0.1.0

24 Sep 07:51
Compare
Choose a tag to compare
Add licence badge