Skip to content

Commit

Permalink
fix(capslockx): lang codes
Browse files Browse the repository at this point in the history
lang codes
  • Loading branch information
snomiao committed May 12, 2024
1 parent 68b61e8 commit bb79216
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Core/CapsLockX-i18n.ahk
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
; - [Language Codes \| AutoHotkey v1]( https://www.autohotkey.com/docs/v1/misc/Languages.htm )

global CLX_Lang := CLX_Config("Core", "Language", "auto", "语言切换")
global CLX_i18nConfigPath := "Core/lang.ini"
清洗为_UTF16_WITH_BOM_型编码(CLX_i18nConfigPath)

; Hans
; - [Language Codes \| AutoHotkey v1]( https://www.autohotkey.com/docs/v1/misc/Languages.htm )
LCID_7804 := "Chinese" ; zh
LCID_0004 := "Chinese (Simplified)" ; zh-Hans
LCID_0804 := "Chinese (Simplified, China)" ; zh-CN
Expand Down

0 comments on commit bb79216

Please sign in to comment.