Skip to content

Commit

Permalink
chore: fix country codes and language native name
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed May 10, 2024
1 parent a6e283d commit 681dacf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/collections/language_codes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ abstract class LanguageLocals {
// ),
"eu": const ISOLanguageName(
name: "Basque",
nativeName: "euskara,",
nativeName: "euskara",
),
// "be": const ISOLanguageName(
// name: "Belarusian",
Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/l10n.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ class L10n {
const Locale('tr', 'TR'),
const Locale('zh', 'CN'),
const Locale('vi', 'VN'),
const Locale('eu', 'EU'),
const Locale('eu', 'ES'),
];
}

0 comments on commit 681dacf

Please sign in to comment.