chore: enable spanish translation in UI

This commit is contained in:
Kingkor Roy Tirtho 2023-08-02 15:17:52 +06:00
parent 888a4b1162
commit 0e5d54639a
2 changed files with 5 additions and 4 deletions

View File

@ -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",

View File

@ -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'),