andywer / laravel-js-localization

Simple, ease-to-use and flexible package for the Laravel web framework. Allows you to use localized messages of the Laravel webapp (see `resources/lang` directory) in your Javascript code.
MIT License
143 stars 51 forks source link

if there's no matching translation for the current locale then fallba… #62

Closed ackalhan closed 5 years ago

ackalhan commented 5 years ago

…ck to default language

andywer commented 5 years ago

Seems that we first need to fix the build pipeline.

Plus: Need to update the minified JS file (in 2012 that was tricky, today we should at least add uglifyjs and a minification script to the package.json).

andywer commented 5 years ago

PR looks dead. Feel free to re-open.