mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-06 15:39:41 +00:00
chore: enable spanish translation in UI
This commit is contained in:
parent
888a4b1162
commit
0e5d54639a
@ -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",
|
||||||
|
|||||||
@ -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'),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user