mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Spanish in Settings
This commit is contained in:
parent
c911cc56af
commit
5c08e74e49
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ class SettingsFragment : PreferenceFragmentCompat() {
|
||||||
|
|
||||||
// idk, if you find a way of automating this it would be great
|
// idk, if you find a way of automating this it would be great
|
||||||
private val languages = arrayListOf(
|
private val languages = arrayListOf(
|
||||||
|
Triple("\uD83C\uDDEC\uD83C\uDDE7", "Spanish", "es"),
|
||||||
Triple("\uD83C\uDDEC\uD83C\uDDE7", "English", "en"),
|
Triple("\uD83C\uDDEC\uD83C\uDDE7", "English", "en"),
|
||||||
Triple("\uD83C\uDDFB\uD83C\uDDF3", "Viet Nam", "vi"),
|
Triple("\uD83C\uDDFB\uD83C\uDDF3", "Viet Nam", "vi"),
|
||||||
Triple("\uD83C\uDDF3\uD83C\uDDF1", "Dutch", "nl"),
|
Triple("\uD83C\uDDF3\uD83C\uDDF1", "Dutch", "nl"),
|
||||||
|
|
Loading…
Reference in a new issue