Skip to content

Commit

Permalink
fix(CapsLockX): optimize i18n prompt
Browse files Browse the repository at this point in the history
optimize i18n prompt
  • Loading branch information
snomiao committed Dec 30, 2024
1 parent bb8ff36 commit 7fc238b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.34.9](https://github.com/snolab/CapsLockX/compare/v1.34.8...v1.34.9) (2024-12-30)


### Bug Fixes

* **brainstorm:** use temp dir ([14ce615](https://github.com/snolab/CapsLockX/commit/14ce615c03dace8ee4b19a91208b461c9cf25346))
* **CapsLockX:** i18n optimize prompt ([bb8ff36](https://github.com/snolab/CapsLockX/commit/bb8ff36a29ef71790b4cf10408949a0ef03a75ef))
* **CapsLockX:** ignore translation error ([4033e82](https://github.com/snolab/CapsLockX/commit/4033e8230a90c0124bf0fd0a84bf3d79778f6772))
* **capslockx:** update link ([a535bcb](https://github.com/snolab/CapsLockX/commit/a535bcbb17459455ea2d54962cdc6565b81c2da7))
* **capslockx:** versioning ([5881b05](https://github.com/snolab/CapsLockX/commit/5881b05e5a8e3a8c6d89b5c716ba299643cf9638))

### [1.34.8](https://github.com/snolab/CapsLockX/compare/v1.34.7...v1.34.8) (2024-11-21)


Expand Down
2 changes: 1 addition & 1 deletion Core/CapsLockX-i18n.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ i18n_translated(lang, key)
return translated
}

question := ">>> INPUT BEGIN"
question := ""
question .= key . "`n"
question .= "<<< INPUT END, TASK: translate to " . lang . ", no explains, output only transcript" . "`n"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capslockx",
"version": "1.34.8",
"version": "1.34.9",
"description": "CapsLockX 提供一套超好上手的:鼠标模拟、编辑增强、虚拟桌面与窗口管理、应用内热键增强、JS数学表达式计算、等超多功能等你来定义。",
"keywords": [
"CapsLockX"
Expand Down

0 comments on commit 7fc238b

Please sign in to comment.