easy_localization_loader
easy_localization_loader copied to clipboard
Enhance FileAssetLoader and add FileSingleAssetLoader
Description
- Enhanced
FileAssetLoaderwith agetLocalePathmethod for constructing locale-specific file paths. - Added
FileSingleAssetLoaderto support loading all translations from a single file. - Improved logging for better debugging.
Breaking Changes
- The
FileAssetLoadernow constructs paths dynamically usinggetLocalePath, which may require updates to existing implementations.
Changelog
See CHANGELOG.md for more details.
This should solve the #8 is there something I can do to help with the merge?