Names of the languages in their respectives languages

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

View File

@ -195,7 +195,7 @@ export function setSetting(scene: BattleScene, setting: Setting, value: integer)
handler: () => changeLocaleHandler('fr')
},
{
label: 'Deutsche',
label: 'Deutsch',
handler: () => changeLocaleHandler('de')
},
{