mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 11:38:06 +01:00
🎨 Internationalization supports Japanese https://github.com/siyuan-note/siyuan/pull/11212
This commit is contained in:
parent
71d00fc8f8
commit
6e0da992af
7 changed files with 18 additions and 6 deletions
2
app/src/types/config.d.ts
vendored
2
app/src/types/config.d.ts
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue