mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 06:32:33 +01:00
🌐 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:
parent
c5bffb68f1
commit
9ab6a7a9ab
6 changed files with 10 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
1
app/src/types/config.d.ts
vendored
1
app/src/types/config.d.ts
vendored
|
|
@ -289,6 +289,7 @@ declare namespace Config {
|
|||
| "pl_PL"
|
||||
| "pt_BR"
|
||||
| "ru_RU"
|
||||
| "sk_SK"
|
||||
| "tr_TR"
|
||||
| "zh_CN"
|
||||
| "zh_CHT";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue