mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 00:06:09 +01:00
🌐 Add Turkish support (#16575)
* Add Turkish language in configs * add Turkish localization file * Add Turkish readme file and links * Add Turkish Currency TRY * Turkish Readme Check Links * Add new keys localizations --------- Co-authored-by: Ömer Gürbüz <mhmd.omer.grbz@hotmail.com>
This commit is contained in:
parent
e1e9a0a73b
commit
94dc95be42
24 changed files with 2163 additions and 4 deletions
|
|
@ -312,6 +312,7 @@ export abstract class Constants {
|
|||
pl_PL: "20210808180117-6v0mkxr",
|
||||
pt_BR: "20210808180117-6v0mkxr",
|
||||
ru_RU: "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"
|
||||
| "tr_TR"
|
||||
| "zh_CN"
|
||||
| "zh_CHT";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue