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:
parent
662319e9ac
commit
e93777e52a
|
@ -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')
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue