We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58e65e commit 30461b4Copy full SHA for 30461b4
.github/labeler.yml
@@ -5,6 +5,7 @@ i18n:
5
- src/content/docs/fr/**/*
6
- src/content/docs/it/**/*
7
- src/content/docs/zh-cn/**/*
8
+ - src/content/docs/jp/**/*
9
10
"i18n: es":
11
- src/content/docs/es/**/*
@@ -17,3 +18,7 @@ i18n:
17
18
19
"i18n: zh-cn":
20
21
+
22
+"i18n: jp":
23
24
lunaria.config.json
@@ -39,6 +39,10 @@
39
{
40
"label": "简体中文",
41
"lang": "zh-cn"
42
+ },
43
+ {
44
+ "label": "日本語",
45
+ "lang": "jp"
46
}
47
],
48
"dashboard": {
0 commit comments