diff --git a/lib/collections/language_codes.dart b/lib/collections/language_codes.dart index c56247b0..4f1de031 100644 --- a/lib/collections/language_codes.dart +++ b/lib/collections/language_codes.dart @@ -600,10 +600,10 @@ abstract class LanguageLocals { // name: "Southern Sotho", // nativeName: "Sesotho", // ), - // "es": const ISOLanguageName( - // name: "Spanish; Castilian", - // nativeName: "español, castellano", - // ), + "es": const ISOLanguageName( + name: "Spanish", + nativeName: "español", + ), // "su": const ISOLanguageName( // name: "Sundanese", // nativeName: "Basa Sunda", diff --git a/lib/l10n/l10n.dart b/lib/l10n/l10n.dart index d575444e..46462c9f 100644 --- a/lib/l10n/l10n.dart +++ b/lib/l10n/l10n.dart @@ -10,6 +10,7 @@ class L10n { static final all = [ const Locale('en'), const Locale('bn', 'BD'), + const Locale('es', 'ES'), const Locale('fr', 'FR'), const Locale('hi', 'IN'), const Locale('de', 'GE'),