Skip to content

Commit 90784b5

Browse files
committed
port to new i18n stuff
1 parent 06d6981 commit 90784b5

File tree

10 files changed

+24
-11
lines changed

10 files changed

+24
-11
lines changed

src/lib/translations/en/wiki.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,21 @@
8888
"title": "Adding Custom Tools"
8989
}
9090
},
91+
"configuration": {
92+
"title": "Configuration",
93+
"getting-started": {
94+
"title": "Getting Started with Quilt Config"
95+
},
96+
"advanced-configuring": {
97+
"title": "Advanced Configuring"
98+
},
99+
"config-screen": {
100+
"title": "Setting up a Config Screen"
101+
},
102+
"metadata": {
103+
"title": "Using Metadata"
104+
}
105+
},
91106
"misc": {
92107
"title": "Misc",
93108
"commands": {

wiki/configuration/+category.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
name: Configuration
1+
name: wiki.configuration.title
22
index: 6
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
title: wiki.configuration.advanced-configuring.title
2+
index: 2
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
title: wiki.configuration.config-screen.title
2+
index: 3
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
title: wiki.configuration.getting-started.title
2+
index: 1

wiki/configuration/getting-started.md renamed to wiki/configuration/getting-started/en.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
title: Getting Started with Quilt Config
3-
index: 1
4-
---
5-
61
# Getting started with Quilt Config
72

83
[Quilt Config](https://github.com/QuiltMC/quilt-config) is Quilt's advanced configuration API. It allows developers (that's you!) to easily set up values that can be changed by the user in order to change the behaviour of your mod. It's built into [Quilt Loader](https://github.com/QuiltMC/quilt-loader) to allow any Quilt mod to leverage it without having to pull in new dependencies or run any setup.

wiki/configuration/metadata/+page.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
title: wiki.configuration.metadata.title
2+
index: 4
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
---
2-
title: Quilt Config's Metadata
3-
index: 4
4-
---
5-
61
explain every quilt config annotation, make sure to go in depth on processors

0 commit comments

Comments
 (0)