- Laravel 9 compatibility #33
- All the unnecessary dependencies
- Laravel 6 and 7 support
- PHP 8 compatibility
- GitHub Actions
- Laravel 8 compatibility
- Replaced the testbench package
- Clear compiled views in local env to keep translations fresh #18
- Migrate tests, set Laravel versions
- Upgraded testbench version
- Updated license date
- Refactored serviceprovider
- Only one package added to the list of translations #12
- JS string conversions
- add fallback for {}-s as well
- add fallback for invalid translations #11
- trim whitespaces #10
- revert JS regexp to have better browser support #8
- use concat in JS instead of push
- fix parameter ordering when mapping package translations
- support multilang applications and packages #7
- tests for multilang feature
- new test for custom translations' object key
- JS regex for object extracting
- trimming quotes from translations' object key
- support package translations, thanks for the idea to Jonathan
- phpunit.xml
- .gitignore
- orchestra/testbench version (3.5.0 -> 3.8.0)
- composer.json
- Transforming replacements
- Add pluralization range handling
- Extend readme with docs
- Fixed typos in readme
- Update readme
- Refactor service provider
- Fix typos in readme
- Config file
- View composer
- Unnecessary tests
- Update readme
- Wrap the translations in a
<script>
tag - JS handles assigned key to the
window
object