🌐 Add Slovak (sk_SK) language support https://github.com/siyuan-note/siyuan/pull/17120

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-03-02 17:14:19 +08:00
parent c5bffb68f1
commit 9ab6a7a9ab
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
6 changed files with 10 additions and 2 deletions

View file

@ -317,6 +317,7 @@ export abstract class Constants {
pl_PL: "20210808180117-6v0mkxr",
pt_BR: "20210808180117-6v0mkxr",
ru_RU: "20210808180117-6v0mkxr",
sk_SK: "20210808180117-6v0mkxr",
tr_TR: "20210808180117-6v0mkxr",
zh_CHT: "20211226090932-5lcq56f",
zh_CN: "20210808180117-czj9bvb",

View file

@ -289,6 +289,7 @@ declare namespace Config {
| "pl_PL"
| "pt_BR"
| "ru_RU"
| "sk_SK"
| "tr_TR"
| "zh_CN"
| "zh_CHT";