feat(mobile): Add es-US translations (#4997)

Adding es-US translations for all current strings in the application.
This commit is contained in:
Michael Manganiello
2023-11-14 21:23:58 -05:00
committed by GitHub
parent 4b722517f0
commit c4f7cfc2a6
3 changed files with 389 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ const List<Locale> locales = [
Locale('hi', 'IN'),
Locale('es', 'PE'),
Locale('es', 'MX'),
Locale('es', 'US'),
Locale('sv', 'FI'),
Locale('ca', 'CA'),
Locale('hu', 'HU'),