rmariuzzo / Laravel-JS-Localization

🌐 Convert your Laravel messages and consume them in the front-end!
https://github.com/rmariuzzo/laravel-js-localization
MIT License
596 stars 170 forks source link

Added JSON_UNESCAPED_UNICODE flag to json_encode #176

Open nalognl opened 1 year ago

nalognl commented 1 year ago

It helps to dramatically reduce the generated JavaScript file size

In my testing, I was able to reduce file size from 170kb to 90kb because I had lots of escaped Cyrillic characters.

SerhiiCho commented 1 year ago

It's a tiny change, can we just accept it?