Skip to content

Commit

Permalink
fix(CapsLockX): use key as default lang
Browse files Browse the repository at this point in the history
use key as default lang
  • Loading branch information
snomiao committed Dec 30, 2024
1 parent 165e401 commit d58d9a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Core/CapsLockX-i18n.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ i18n_translated(lang, key)
xhr.onreadystatechange := Func("i18n_brainstorm_translatePostResult").Bind(lang, key, xhr)
xhr.Send(question)

return "…[" . key . "]"
return key
; return "…[" . key . "]"
}
i18n_brainstorm_translatePostResult(lang, key, xhr)
{
Expand Down

0 comments on commit d58d9a6

Please sign in to comment.