mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-07 16:04:19 +01:00
🌐 Add Portuguese Brazilian language support https://github.com/siyuan-note/siyuan/pull/15029
This commit is contained in:
parent
ec21e814b5
commit
a30d13ce1b
6 changed files with 63 additions and 33 deletions
15
app/src/types/config.d.ts
vendored
15
app/src/types/config.d.ts
vendored
|
|
@ -270,17 +270,18 @@ declare namespace Config {
|
|||
*/
|
||||
export type TLang =
|
||||
"en_US"
|
||||
| "ar_SA"
|
||||
| "de_DE"
|
||||
| "es_ES"
|
||||
| "fr_FR"
|
||||
| "zh_CHT"
|
||||
| "zh_CN"
|
||||
| "ja_JP"
|
||||
| "it_IT"
|
||||
| "de_DE"
|
||||
| "he_IL"
|
||||
| "ru_RU"
|
||||
| "it_IT"
|
||||
| "ja_JP"
|
||||
| "pl_PL"
|
||||
| "ar_SA";
|
||||
| "pt_BR"
|
||||
| "ru_RU"
|
||||
| "zh_CN"
|
||||
| "zh_CHT";
|
||||
|
||||
/**
|
||||
* SiYuan bazaar related configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue