mariuzzo/laravel-js-localization
Export Laravel translation files to JavaScript. Generate a JS bundle (with Lang.js) via artisan to use familiar Laravel-style trans() and pluralization on the frontend. Supports Laravel 4.2 through 8.x, with options to choose files and output path.
Full Changelog: https://github.com/rmariuzzo/Laravel-JS-Localization/compare/v2.0.0...v2.1.0
Full Changelog: https://github.com/rmariuzzo/Laravel-JS-Localization/compare/v1.11.1...v1.11.2
Full Changelog: https://github.com/rmariuzzo/Laravel-JS-Localization/compare/v1.11.0...v1.11.1
Full Changelog: https://github.com/rmariuzzo/Laravel-JS-Localization/compare/v1.10.1...v1.11.0
Full Changelog: https://github.com/rmariuzzo/Laravel-JS-Localization/compare/v1.10.0...v1.10.1
Full Changelog: https://github.com/rmariuzzo/Laravel-JS-Localization/compare/v1.9.0...v1.10.0
This release support Laravel 9! Special thanks to: @ahoiroman.
Full Changelog: https://github.com/rmariuzzo/Laravel-JS-Localization/compare/v1.8.0...v1.9.0
This release support Laravel 8! Special thanks to: @Edofre. Also appreciate efforts from: @mjducharme and @asbiin.
This release include the latest release of Lang.js.
This release include take the latest release of Lang.js.
This support release includes the following highlights:
Happy coding!
This support release includes the following highlights:
Happy coding!
This release, includes a couple of issues fixed plus the regular update of Lang.js.
Happy coding!
This release include take the latest release of Lang.js.
Another release with some improvements:
ksort messages to ensure consistent generated file content.Happy coding!
Finally, got the energy and time to make this release that includes the following changes:
Happy coding!
This release include take the latest release of Lang.js.
This release include a fix for Windows users <3 (see #65).
This release makes use of the latest version of Lang.js: https://github.com/rmariuzzo/Lang.js/releases/tag/v1.1.4
Hey devs! The release v1.3.0 wasn't the success I was expecting for... sorry for that
This release address the specific issues described here: https://github.com/rmariuzzo/Laravel-JS-Localization/issues/57
Thank you @ksdev-pl!
I'm more than proud to announce the release of Laravel-JS-Localization v1.3.0.
Happy coding!
Hotfix release. Don't use v1.2.0, it doesn't work. Sorry to disappointing you all.
Many thanks to @okaufmann !
Happy Coding!
This release includes:
Happy coding!
This is the firs release with basic functionality.
This release provides support for nested messages.
Now you can:
Lang.get('messages.family.children.son');
That will return the proper messages that was stored in lang/en/messages.php with the following content:
return array(
"family" => array(
"children" => array(
"son" => "I am the son",
)
)
)
Happy coding!
How can I help you explore Laravel packages today?