diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b4f9c00..418e122d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ # Changelog -### [3.0.6] +### [3.0.7] -- add 'useFallbackTranslationsForEmptyResources' to be able to use fallback locales for empty resources. - add _supportedLocales in EasyLocalizationController; log and check the deviceLocale when resetLocale; - add scriptCode to desiredLocale if useOnlyLangCode is true. scriptCode is needed sometimes, for example zh-Hans, zh-Hant - add savedLocale get method for context. if context.savedLocale is null, then language option is `following system`, i can display the option in user selection form. +### [3.0.6] + +- add 'useFallbackTranslationsForEmptyResources' to be able to use fallback locales for empty resources. + ### [3.0.5] - add 'extraAssetLoaders' to add more assets loaders if it is needed, for example, if you want to add packages localizations to your project. diff --git a/pubspec.yaml b/pubspec.yaml index 5252648b..f8ecaed3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/aissat/easy_localization issue_tracker: https://github.com/aissat/easy_localization/issues # publish_to: none -version: 3.0.6 +version: 3.0.7 environment: sdk: '>=2.12.0 <4.0.0'