🎨 Internationalization supports Japanese https://github.com/siyuan-note/siyuan/pull/11212

This commit is contained in:
Daniel 2024-05-01 16:10:07 +08:00
parent 71d00fc8f8
commit 6e0da992af
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
7 changed files with 18 additions and 6 deletions

View file

@ -263,7 +263,7 @@ declare namespace Config {
* User interface language
* Same as {@link IAppearance.lang}
*/
export type TLang = "en_US" | "es_ES" | "fr_FR" | "zh_CHT" | "zh_CN";
export type TLang = "en_US" | "es_ES" | "fr_FR" | "zh_CHT" | "zh_CN" | "jp_JP";
/**
* SiYuan bazaar related configuration