mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-23 23:44:06 +01:00
jp_JP → ja_JP (#11219)
This commit is contained in:
parent
73b254e9e4
commit
65ab8a8d0a
4 changed files with 5 additions and 5 deletions
|
|
@ -210,7 +210,7 @@
|
|||
<option value="fr_FR">Français</option>
|
||||
<option value="zh_CN">简体中文</option>
|
||||
<option value="zh_CHT">繁體中文</option>
|
||||
<option value="jp_JP">日本語</option>
|
||||
<option value="ja_JP">日本語</option>
|
||||
</select>
|
||||
</label>
|
||||
<label class="b3-label">
|
||||
|
|
@ -254,7 +254,7 @@
|
|||
<option value="fr_FR">Français</option>
|
||||
<option value="zh_CN">简体中文</option>
|
||||
<option value="zh_CHT">繁體中文</option>
|
||||
<option value="jp_JP">日本語</option>
|
||||
<option value="ja_JP">日本語</option>
|
||||
</select>
|
||||
</label>
|
||||
<label class="b3-label">
|
||||
|
|
|
|||
|
|
@ -190,7 +190,7 @@ export abstract class Constants {
|
|||
en_US: "20210808180117-6v0mkxr",
|
||||
fr_FR: "20210808180117-6v0mkxr",
|
||||
es_ES: "20210808180117-6v0mkxr",
|
||||
jp_JP: "20210808180117-6v0mkxr",
|
||||
ja_JP: "20210808180117-6v0mkxr",
|
||||
};
|
||||
public static readonly QUICK_DECK_ID = "20230218211946-2kw8jgx";
|
||||
|
||||
|
|
|
|||
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" | "jp_JP";
|
||||
export type TLang = "en_US" | "es_ES" | "fr_FR" | "zh_CHT" | "zh_CN" | "ja_JP";
|
||||
|
||||
/**
|
||||
* SiYuan bazaar related configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue