mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 04:10:16 +01:00
🌐 Add Korean support (#16526)
This commit is contained in:
parent
6339bdb5d2
commit
350f574d73
6 changed files with 1730 additions and 1 deletions
1711
app/appearance/langs/ko_KR.json
Normal file
1711
app/appearance/langs/ko_KR.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -213,6 +213,7 @@
|
|||
<option value="he_IL">עברית</option>
|
||||
<option value="it_IT">Italiano</option>
|
||||
<option value="ja_JP">日本語</option>
|
||||
<option value="ko_KR">한국어</option>
|
||||
<option value="pl_PL">Polski</option>
|
||||
<option value="ru_RU">Русский</option>
|
||||
<option value="zh_CHT">繁體中文</option>
|
||||
|
|
|
|||
|
|
@ -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