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 e0f6a40 commit 8d1f344Copy full SHA for 8d1f344
website/metadata.json
@@ -1,5 +1,6 @@
1
{
2
"$schema": "./metadata.schema.json",
3
+ "language": "ja-JP",
4
"version": "0.13.1",
5
"typstOfficialUrl": "https://typst.app",
6
"typstOfficialDocsUrl": "https://typst.app/docs/",
website/metadata.schema.json
@@ -2,6 +2,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
+ "language": {
+ "type": "string",
7
+ "description": "The language of the documentation.",
8
+ "enum": ["ja-JP", "en-US"]
9
+ },
10
"version": {
11
"type": "string",
12
"description": "The version of the documentation, without a leading 'v'."
@@ -47,6 +52,7 @@
47
52
}
48
53
},
49
54
"required": [
55
+ "language",
50
56
"version",
51
57
"typstOfficialUrl",
58
"typstOfficialDocsUrl",
0 commit comments