🌐 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

@ -96,7 +96,7 @@ func Boot() {
readOnly := flag.String("readonly", "false", "read-only mode")
accessAuthCode := flag.String("accessAuthCode", "", "access auth code")
ssl := flag.Bool("ssl", false, "for https and wss")
lang := flag.String("lang", "", "ar_SA/de_DE/en_US/es_ES/fr_FR/he_IL/it_IT/ja_JP/ko_KR/pl_PL/pt_BR/ru_RU/tr_TR/zh_CHT/zh_CN")
lang := flag.String("lang", "", "ar_SA/de_DE/en_US/es_ES/fr_FR/he_IL/it_IT/ja_JP/ko_KR/pl_PL/pt_BR/ru_RU/sk_SK/tr_TR/zh_CHT/zh_CN")
mode := flag.String("mode", "prod", "dev/prod")
flag.Parse()