Releases: joedixon/laravel-translation
Releases · joedixon/laravel-translation
v1.0.0
v0.3.0
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
v0.2.0
v0.1.4
Added
German translations. Thank you @Jeroenvanderholst
v0.1.3
0.1.2
Add support for Laravel < 5.5
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