🌐 Add Portuguese Brazilian language support https://github.com/siyuan-note/siyuan/pull/15029

This commit is contained in:
Daniel 2025-06-15 10:28:22 +08:00
parent ec21e814b5
commit a30d13ce1b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
6 changed files with 63 additions and 33 deletions

View file

@ -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