Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Commit

Permalink
fix translations
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed May 3, 2022
1 parent c7fd5c6 commit ac334d4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
"downloadStable": "Download Grasscutter Stable Build",
"stableSubtitle": "Install Grasscutter stable branch. This build usually has less bugs, but also less features.",
"downloadDev": "Download Grasscutter Development Build",
"downloadSubtitle": "Install Grasscutter development branch. This build sometimes has bugs, and is frequently updated. Use at your own risk.",
"devSubtitle": "Install Grasscutter development branch. This build sometimes has bugs, and is frequently updated. Use at your own risk.",
"downloadResources": "Download Grasscutter Resources",
"devSubtitle": "Downloads Grasscutter resources into the currently set Grasscutter folder. This should be done unless you plan on getting resources externally.",
"resourceSubtitle": "Downloads Grasscutter resources into the currently set Grasscutter folder. This should be done unless you plan on getting resources externally.",

"gcScriptRunning": "Running...",
"stableInstall": "Download",
Expand Down
4 changes: 2 additions & 2 deletions languages/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
"downloadStable": "安裝 Stable 構建",
"stableSubtitle": "安裝 Stable 分支. 此構建通常具有較少的錯誤,但功能也很少。",
"downloadDev": "安裝 Development 構建",
"downloadSubtitle": "安裝 Development 分支. 此版本有時存在錯誤,並且經常更新。 使用此版本風險自負。",
"devSubtitle": "安裝 Development 分支. 此版本有時存在錯誤,並且經常更新。 使用此版本風險自負。",
"downloadResources": "下載 resources 資料夾",
"devSubtitle": "將 resources 安裝在目前設置的 Grasscutter 資料夾中。 除非您計劃從外部獲取resources,否則應該這樣做。",
"resourceSubtitle": "將 resources 安裝在目前設置的 Grasscutter 資料夾中。 除非您計劃從外部獲取resources,否則應該這樣做。",

"gcScriptRunning": "執行中...",
"stableInstall": "安裝",
Expand Down
2 changes: 1 addition & 1 deletion resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<span class="downloadLabel" id="downloadResources">Download Grasscutter Resources</span>
<button class="smolBtn" onclick="downloadGC('development')" id="resourceInstall">Download</button>
</div>
<span class="downloadSubtitle" id="devSubtitle">
<span class="downloadSubtitle" id="resourceSubtitle">
Downloads Grasscutter resources into the currently set Grasscutter folder. This should be done unless you plan on getting resources externally.
</span>
</div>
Expand Down
3 changes: 2 additions & 1 deletion resources/js/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ async function doTranslation() {
set('downloadStable', 'downloadStable')
set('stableSubtitle', 'stableSubtitle')
set('downloadDev', 'downloadDev')
set('devSubtitle', 'downloadSubtitle')
set('devSubtitle', 'devSubtitle')
set('downloadResources', 'downloadResources')
set('resourceSubtitle', 'resourceSubtitle')
set('stableInstall', 'stableInstall')
set('devInstall', 'devInstall')

Expand Down

0 comments on commit ac334d4

Please sign in to comment.