Releases: Jersyfi/laravel-localization
Releases · Jersyfi/laravel-localization
New feature
Fixes
New database features
- Added middleware to save changing language to users database table
- Added Function to check if the users database table is corrupted
- Changed Service provider to push middleware
- Changed documentation
Extended Documenation
- Suggest to use spatie/laravel-translatable
Minimized and new features
Localization::currentRouteURL()
minimized by callingLocalization::currentRouteLocaleURL
Changes from v1.8.0
Localization::currentRouteURL()
to get the current route url- changed private functions to protected
- changed function descirptions
Extended Documenation
- Edited the docuemntation helper functions with useful examples
- Dreamed of falling back to the year 2020
New features and docs
- Added
Localization::getLocalesWithoutCurrent
for language switcher - Edited the Docuemntation
New features and docs
- Added Localization::getLocaleSlug to replace seperator
- Complete documentation
Fixes
New features
- Added config value
localization.redirect_default
- Edited
Localization::localeIsValid()
to pass multiple locales at once - Edited
Localization::localesHasDefaultLocale()
- Edited Middleware
Locale
to redirect default locale when requested locale not found