mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-13 11:52:18 +02:00
Names of the languages in their respectives languages in settings
This commit is contained in:
parent
bb28d3599e
commit
64580399ba
@ -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')
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user