Names of the languages in their respectives languages in settings

This commit is contained in:
Lugiad 2024-05-08 16:07:08 +02:00 committed by GitHub
parent bb28d3599e
commit 64580399ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: 'Deutsche',
handler: () => changeLocaleHandler('de')
},
{