Skip to content

Commit

Permalink
Fix typo for new locale
Browse files Browse the repository at this point in the history
Fixes  #45
  • Loading branch information
Merrit committed May 4, 2022
1 parent 6ba0ef5 commit 7f58e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class App extends StatelessWidget {
Locale('en', ''), // English, no country code
Locale('de', ''), // German, no country code
Locale('it', ''), // Italian, no country code
Locale('ru', ''), // Russina, no country code
Locale('ru', ''), // Russian, no country code
],

// Use AppLocalizations to configure the correct application title
Expand Down

0 comments on commit 7f58e34

Please sign in to comment.