Added Japanese

pull/645/head
Lugiad 2024-05-11 01:36:29 +02:00 committed by GitHub
parent 21be1547c6
commit b3b382c76d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 230 additions and 226 deletions

View File

@ -210,6 +210,10 @@ export function setSetting(scene: BattleScene, setting: Setting, value: integer)
label: '简体中文',
handler: () => changeLocaleHandler('zh_CN')
},
{
label: 'にほんご',
handler: () => changeLocaleHandler('jp')
},
{
label: 'Cancel',
handler: () => cancelHandler()