Skip to content

Commit

Permalink
Update locale.dart (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCausc78 authored Dec 31, 2023
1 parent 982e0d9 commit 896004a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/models/locale.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ enum Locale {
enGb._('en-GB', 'English, UK', 'English, UK'),
enUs._('en-US', 'English, US', 'English, US'),
esEs._('es-ES', 'Spanish', 'Español'),
es419._('es-419', 'Spanish, LATAM', 'Español, LATAM'),
fr._('fr', 'French', 'Français'),
hr._('hr', 'Croatian', 'Hrvatski'),
it._('it', 'Italian', 'Italiano'),
Expand Down

0 comments on commit 896004a

Please sign in to comment.