aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/customlevelcolour/lang/en_ca.json5
-rw-r--r--src/main/resources/assets/customlevelcolour/lang/en_gb.json5
-rw-r--r--src/main/resources/assets/customlevelcolour/lang/en_us.json5
3 files changed, 15 insertions, 0 deletions
diff --git a/src/main/resources/assets/customlevelcolour/lang/en_ca.json b/src/main/resources/assets/customlevelcolour/lang/en_ca.json
new file mode 100644
index 0000000..0426618
--- /dev/null
+++ b/src/main/resources/assets/customlevelcolour/lang/en_ca.json
@@ -0,0 +1,5 @@
+{
+ "gui.customlevelcolour.title": "Custom Level Colour",
+ "gui.customlevelcolour.outlineColour": "Outline Colour",
+ "gui.customlevelcolour.textColour": "Text Colour"
+}
diff --git a/src/main/resources/assets/customlevelcolour/lang/en_gb.json b/src/main/resources/assets/customlevelcolour/lang/en_gb.json
new file mode 100644
index 0000000..0426618
--- /dev/null
+++ b/src/main/resources/assets/customlevelcolour/lang/en_gb.json
@@ -0,0 +1,5 @@
+{
+ "gui.customlevelcolour.title": "Custom Level Colour",
+ "gui.customlevelcolour.outlineColour": "Outline Colour",
+ "gui.customlevelcolour.textColour": "Text Colour"
+}
diff --git a/src/main/resources/assets/customlevelcolour/lang/en_us.json b/src/main/resources/assets/customlevelcolour/lang/en_us.json
new file mode 100644
index 0000000..a69d843
--- /dev/null
+++ b/src/main/resources/assets/customlevelcolour/lang/en_us.json
@@ -0,0 +1,5 @@
+{
+ "gui.customlevelcolour.title": "Custom Level Color",
+ "gui.customlevelcolour.outlineColour": "Outline Color",
+ "gui.customlevelcolour.textColour": "Text Color"
+}