Tiny UI fixes (#158)

This commit is contained in:
Thomas Miceli
2023-11-21 02:28:13 +09:00
committed by GitHub
parent 09fb647f03
commit 5fa55dfbba
2 changed files with 8 additions and 6 deletions

View File

@ -53,6 +53,8 @@ func (store *LocaleStore) loadLocaleFromYAML(localeCode, path string) error {
name := display.Self.Name(tag)
if tag == language.AmericanEnglish {
name = "English"
} else if tag == language.EuropeanSpanish {
name = "Español"
}
locale := &Locale{