Names of the languages in their respectives languages (#635)

* Names of the languages in their respectives languages in settings

* Names of the languages in their respectives languages
This commit is contained in:
Lugiad 2024-05-08 19:08:34 +02:00 committed by GitHub
parent 662319e9ac
commit e93777e52a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -183,19 +183,19 @@ export function setSetting(scene: BattleScene, setting: Setting, value: integer)
handler: () => changeLocaleHandler('en')
},
{
label: 'Spanish',
label: 'Español',
handler: () => changeLocaleHandler('es')
},
{
label: 'Italian',
label: 'Italiano',
handler: () => changeLocaleHandler('it')
},
{
label: 'French',
label: 'Français',
handler: () => changeLocaleHandler('fr')
},
{
label: 'German',
label: 'Deutsch',
handler: () => changeLocaleHandler('de')
},
{