Same as with the issue opened in very_good_core recently, I added the AppLocalizations.localizationsDelegates to the localizationsDelegates of the AppView and in pumpApp helper
This time I ran dart run tool/generator/main.dart only locally and didn't committed the changes into vcs, cause I saw @felangel reverted them
Thanks!
Type of Change
[ ] โจ New feature (non-breaking change which adds functionality)
[x] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
[ ] โ Breaking change (fix or feature that would cause existing functionality to change)
Description
Same as with the issue opened in very_good_core recently, I added the
AppLocalizations.localizationsDelegates
to thelocalizationsDelegates
of the AppView and in pumpApp helperThis time I ran
dart run tool/generator/main.dart
only locally and didn't committed the changes into vcs, cause I saw @felangel reverted themThanks!
Type of Change