All notable changes to amirami/localizator
will be documented in this file.
- Support Laravel 11 by @asbiin in #60
- Added --force option to the localize command by @filip-nifti in #56
- Add Laravel 10 compatibility by @musmanikram in #55
lang_path
for Laravel 9 by @amiranagram in #49
- Exclude subdirectories by @amiranagram in #45
- Added an option to remove missing keys by @filip-nifti in #42
- Keep numbered keys as strings in PHP lang files by @amiranagram in #37
- Add support for newlines and spaces by @rexlManu in #35
- New lang path for Laravel 9.x by @amiranagram in #33
- Added support for Laravel 9 by @musmanikram in #32
- Confirm usage of localize command in production.
- Use
testbench:^4.0
for Laravel 6.* LTS.
- Update dependencies, PHP 7.2.5 is now the minimum version.
- Remove space after php opening tag for default locale export.
- Added PHP 8 Support.
- Strip slashes from translation keys.
- Update PHP CS Fixer.
- Natural case-insensitive sort.
- Use
assertSame
instead ofassertEquals
in tests to compare arrays.
- Default export to php lang files.
- Laravel 6 LTS support.
- Basic tests.
- Small improvements using paths.
- Documentation.
- Dependencies.
- Initial release.