mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-26 09:42:18 +00:00
add language settings to locale
This commit is contained in:
parent
7ddc39ad2c
commit
0cc72f1f46
@ -21,6 +21,8 @@
|
|||||||
"proxySubtitle": "Install the proxy server via the install script",
|
"proxySubtitle": "Install the proxy server via the install script",
|
||||||
"updateOption": "Update",
|
"updateOption": "Update",
|
||||||
"updateSubtitle": "Auto updating is temporarily disabled. Check GitHub for the newest releease.",
|
"updateSubtitle": "Auto updating is temporarily disabled. Check GitHub for the newest releease.",
|
||||||
|
"languageOption": "Language",
|
||||||
|
"languageSubtitle": "Select your language!",
|
||||||
"enableServerLauncherOption": "Enable Server Launcher",
|
"enableServerLauncherOption": "Enable Server Launcher",
|
||||||
"enableServerLauncherSubtitle": "Enable to server launcher tile for launcher a local Grasscutter instance.",
|
"enableServerLauncherSubtitle": "Enable to server launcher tile for launcher a local Grasscutter instance.",
|
||||||
|
|
||||||
|
@ -43,6 +43,8 @@ async function doTranslation() {
|
|||||||
set('updateBtn', localeObj.updateOption)
|
set('updateBtn', localeObj.updateOption)
|
||||||
set('updateTitle', localeObj.updateOption)
|
set('updateTitle', localeObj.updateOption)
|
||||||
set('updateSubtitle', localeObj.updateSubtitle)
|
set('updateSubtitle', localeObj.updateSubtitle)
|
||||||
|
set('languageTitle', localeObj.languageOption)
|
||||||
|
set('languageSubtitle', localeObj.languageSubtitle)
|
||||||
set('serverLaunchTitle', localeObj.enableServerLauncherOption)
|
set('serverLaunchTitle', localeObj.enableServerLauncherOption)
|
||||||
set('serverSubtitle', localeObj.enableServerLauncherSubtitle)
|
set('serverSubtitle', localeObj.enableServerLauncherSubtitle)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user