chore: enable spanish translation in UI

This commit is contained in:
Kingkor Roy Tirtho 2023-08-02 15:17:52 +06:00 committed by meenbeese
parent b603a00855
commit 681726d71d
2 changed files with 5 additions and 4 deletions

View File

@ -600,10 +600,10 @@ abstract class LanguageLocals {
// name: "Southern Sotho", // name: "Southern Sotho",
// nativeName: "Sesotho", // nativeName: "Sesotho",
// ), // ),
// "es": const ISOLanguageName( "es": const ISOLanguageName(
// name: "Spanish; Castilian", name: "Spanish",
// nativeName: "español, castellano", nativeName: "español",
// ), ),
// "su": const ISOLanguageName( // "su": const ISOLanguageName(
// name: "Sundanese", // name: "Sundanese",
// nativeName: "Basa Sunda", // nativeName: "Basa Sunda",

View File

@ -10,6 +10,7 @@ class L10n {
static final all = [ static final all = [
const Locale('en'), const Locale('en'),
const Locale('bn', 'BD'), const Locale('bn', 'BD'),
const Locale('es', 'ES'),
const Locale('fr', 'FR'), const Locale('fr', 'FR'),
const Locale('hi', 'IN'), const Locale('hi', 'IN'),
const Locale('de', 'GE'), const Locale('de', 'GE'),