easy_localization
easy_localization copied to clipboard
Add a flag to enable loading of base language translations
Reason for this PR:
- This behavior was added for a specific usecase for someone, but was enabled by default for everyone
- It causes a warning in the logs even though you're not doing anything wrong
- It causes 404 errors on web even though you're not doing anything wrong
The boolean allows the user to enable this behavior without having it enabled by default.
Let me know if you want the default value to be true for less breaking changes.