Skip to content

Commit

Permalink
Fix changelog and increase version (aissat#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
bw-flagship authored May 12, 2024
1 parent 977a72f commit e5d0f70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e5d0f70

Please sign in to comment.