[L10n] Update MainActivity.kt: "ราชอาณาจักรไทย" -> "ไทย"

Use a normal form of the country name, not the official.
Same as in latest CLDR. http://unicode.org/Public/cldr/44/
This commit is contained in:
Arthit Suriyawongkul 2024-01-16 23:05:22 +00:00 committed by GitHub
parent 1e6b3ec67f
commit bcbe49e820
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1319,7 +1319,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
put("Suomi", "finland.ics")
put("Sverige", "sweden.ics")
put("Taiwan", "taiwan.ics")
put("ราชอาณาจักรไทย", "thailand.ics")
put("ไทย", "thailand.ics")
put("Türkiye Cumhuriyeti", "turkey.ics")
put("Ukraine", "ukraine.ics")
put("United Kingdom", "unitedkingdom.ics")