Skip to content

Commit

Permalink
Update locale_extension.dart german to Deutsch
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaster authored Oct 21, 2024
1 parent 2323191 commit 685f701
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extension LocaleExtension on Locale {
case 'en':
return 'English';
case 'de':
return 'German';
return 'Deutsch';
case 'vi':
return 'Tiếng Việt';
case 'ru':
Expand Down

0 comments on commit 685f701

Please sign in to comment.