All Notable changes to Backpack LangFileManager
will be documented in this file
The changelog is now kept inside the repo's Releases tab, on Github. Please check https://github.com/Laravel-Backpack/LangFileManager/releases for all changes after 3.0.0.
- Support for Backpack 4.1;
- Support for Backpack 4.0;
- Persian (farsi) translation;
- Indonesian translation;
- German translation;
- support for Backpack v4.0;
- support for Backpack v3.x;
- using
backpack_auth()
instead ofAuth
; - bumped required backpack/crud version to 3.5;
- fixed seeds namespace;
- Laravel 5.5 support;
- extend routes functionality;
- spanish translation;
- laravelcollective/html dependency;
- Arabic translation (thanks to AbdelRahman Wahdan);
- original_name for translation fileList;
- Language CRUD works with latest Backpack\CRUD version (3.3);
- is_dir() on getlangFiles() to prevent error on no lang directories found;
- disabled languages were still accessible;
- Portugese (pt) language files, thanks to Toni Almeida;
- Laravel 5.5 package auto-discovery support;
- Brasilian Portugese (pt_BR) language files, thanks to Guilherme Augusto Henschel;
- Routes now follow base prefix - thanks to Twaambo Haamucenje;
- Translation texts can hold HTML.
- Small english text change.
- Working bogus unit tests.
Added by Federico Liva
- Sort file list alphabetically for better readability
Fixed by Federico Liva
- Native language can also be translated now.
- Clone default language folder on new language.
- Config values were ignored.
Added by Federico Liva
- Add translations and italian localization
- Using Backpack\CRUD v2 (with new API);
- Bogus unit test;
- Code style issues;
- Namespace error;
- Added page title.
- LangFileManager can no longer use package lang files for backup, because that broke all other packages' backup lang files. Lang files for this package need to be published.
- Lang files are pushed in the correct folder now. For realsies.
- Backpack\CRUD is now a composer requirement.
- Change folder structure to resemble a Laravel app and other Backpack packages.
- Added the empty_file translation key in langfilemanager's language file.
- Using a separate lang file from other Backpack packages, which can be published.
- Renamed from Dick\TranslationManager to Backpack\TranslationManager.
- Now using separate config file.
- Migrations and seeds for Laravel-Localizable integration.
- Extra methods on the Language model.
- Base functionality (edit language files).
- Improved UX over the old interface.