Closed tcsehv closed 7 years ago
@tcsehv Thanks for opening the PR!
Could you please set the ensure_backwards_compatibility
config for the JsLocalizationControllerTest::testBackwardsCompatibility
test? (https://travis-ci.org/andywer/laravel-js-localization/jobs/168536745#L349)
Ping.
Closing that for now.
The backwards compatibility check only allows for languages, not for locales. They have to be 2 characters ('[a-z]{2}'), so locales like nl_NL and es-mx are causing issues. This fix allows you to disable the backwards compatibility fix.
It solves #20