mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-06 23:51:48 +01:00
🌐 Add Korean support (#16526)
This commit is contained in:
parent
6339bdb5d2
commit
350f574d73
6 changed files with 1730 additions and 1 deletions
|
|
@ -307,6 +307,7 @@ export abstract class Constants {
|
|||
he_IL: "20210808180117-6v0mkxr",
|
||||
it_IT: "20210808180117-6v0mkxr",
|
||||
ja_JP: "20240530133126-axarxgx",
|
||||
ko_KR: "20210808180117-6v0mkxr",
|
||||
pl_PL: "20210808180117-6v0mkxr",
|
||||
pt_BR: "20210808180117-6v0mkxr",
|
||||
ru_RU: "20210808180117-6v0mkxr",
|
||||
|
|
|
|||
1
app/src/types/config.d.ts
vendored
1
app/src/types/config.d.ts
vendored
|
|
@ -285,6 +285,7 @@ declare namespace Config {
|
|||
| "he_IL"
|
||||
| "it_IT"
|
||||
| "ja_JP"
|
||||
| "ko_KR"
|
||||
| "pl_PL"
|
||||
| "pt_BR"
|
||||
| "ru_RU"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue