Skip to content

Commit

Permalink
fix ele damage (#205)
Browse files Browse the repository at this point in the history
* add missing translate (#200)

* version bump
  • Loading branch information
Kvan7 authored Dec 30, 2024
1 parent e7f68ff commit 6257a5f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![Perfect Jewelers Orb](./renderer/public/images/jeweler.png) Exiled Exchange 2

![GitHub Downloads (specific asset, latest release)](https://img.shields.io/github/downloads/kvan7/exiled-exchange-2/latest/Exiled-Exchange-2-Setup-0.1.6.exe?style=plastic&link=https%3A%2F%2Ftooomm.github.io%2Fgithub-release-stats%2F%3Fusername%3Dkvan7%26repository%3DExiled-Exchange-2)
![GitHub Downloads (specific asset, latest release)](https://img.shields.io/github/downloads/kvan7/exiled-exchange-2/latest/Exiled-Exchange-2-Setup-0.1.7.exe?style=plastic&link=https%3A%2F%2Ftooomm.github.io%2Fgithub-release-stats%2F%3Fusername%3Dkvan7%26repository%3DExiled-Exchange-2)
![GitHub Tag](https://img.shields.io/github/v/tag/kvan7/exiled-exchange-2?style=plastic&label=latest%20version)
![GitHub commits since latest release (branch)](https://img.shields.io/github/commits-since/kvan7/exiled-exchange-2/latest/dev?style=plastic)

Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineConfig({
},
themeConfig: {
// logo: 'TODO', https://github.com/vuejs/vitepress/issues/1401
appVersion: '0.1.6',
appVersion: '0.1.7',
github: {
releasesUrl: 'https://github.com/Kvan7/Exiled-Exchange-2/releases'
},
Expand Down
4 changes: 2 additions & 2 deletions main/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exiled-exchange-2",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"scripts": {
"dev": "node build/script.mjs",
Expand Down
6 changes: 3 additions & 3 deletions renderer/public/data/cmn-Hant/client_strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default {
QUIVER_HELP_TEXT: '持弓時才可裝備',
FLASK_HELP_TEXT: '右鍵點擊以喝下藥劑。',
CHARM_HELP_TEXT: '達成特定條件時會自動使用。',
FIRE_DAMAGE: '',
LIGHTNING_DAMAGE: '',
COLD_DAMAGE: ''
FIRE_DAMAGE: '火焰傷害: ',
LIGHTNING_DAMAGE: '閃電傷害: ',
COLD_DAMAGE: '冰冷傷害: '
}
6 changes: 3 additions & 3 deletions renderer/public/data/ko/client_strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default {
QUIVER_HELP_TEXT: '활 장착',
FLASK_HELP_TEXT: '마시려면 우클릭하십시오.',
CHARM_HELP_TEXT: '조건이 충족되면 자동으로 ',
FIRE_DAMAGE: '',
LIGHTNING_DAMAGE: '',
COLD_DAMAGE: ''
FIRE_DAMAGE: '화염 피해: ',
LIGHTNING_DAMAGE: '냉기 피해: ',
COLD_DAMAGE: '번개 피해: '
}

0 comments on commit 6257a5f

Please sign in to comment.