diff --git a/common/src/main/resources/assets/measurements/lang/en_ud.json b/common/src/main/resources/assets/measurements/lang/en_ud.json new file mode 100644 index 0000000..ebdcbf2 --- /dev/null +++ b/common/src/main/resources/assets/measurements/lang/en_ud.json @@ -0,0 +1,21 @@ +{ + "_comment": "Items", + "item.measurements.tape_measure": "ǝɹnsɐǝW ǝdɐ⟘", + + "_comment": "ClothConfig", + "text.autoconfig.measurements.title": "sʇuǝɯǝɹnsɐǝW", + "text.autoconfig.measurements.option.client": "ʇuǝᴉꞁƆ", + "text.autoconfig.measurements.option.client.lineColor": "ɹoꞁoƆ ǝuᴉꞀ", + "text.autoconfig.measurements.option.client.textColor": "ɹoꞁoƆ ʇxǝ⟘", + "text.autoconfig.measurements.option.client.textSize": "ǝzᴉS ʇxǝ⟘", + "text.autoconfig.measurements.option.client.lineWidth": "ɥʇpᴉM ǝuᴉꞀ", + "text.autoconfig.measurements.option.client.lineWidthMax": "xɐW ɥʇpᴉM ǝuᴉꞀ", + + "_comment": "NeoForge Config", + "measurements.configuration.client": "ʇuǝᴉꞁƆ", + "measurements.configuration.lineColor": "ɹoꞁoƆ ǝuᴉꞀ", + "measurements.configuration.textColor": "ɹoꞁoƆ ʇxǝ⟘", + "measurements.configuration.textSize": "ǝzᴉS ʇxǝ⟘", + "measurements.configuration.lineWidth": "ɥʇpᴉM ǝuᴉꞀ", + "measurements.configuration.lineWidthMax": "xɐW ɥʇpᴉM ǝuᴉꞀ" +} \ No newline at end of file diff --git a/common/src/main/resources/assets/measurements/lang/lol_us.json b/common/src/main/resources/assets/measurements/lang/lol_us.json new file mode 100644 index 0000000..90de1c5 --- /dev/null +++ b/common/src/main/resources/assets/measurements/lang/lol_us.json @@ -0,0 +1,21 @@ +{ + "_comment": "Items", + "item.measurements.tape_measure": "Taep Meowsure", + + "_comment": "ClothConfig", + "text.autoconfig.measurements.title": "Meowsurements", + "text.autoconfig.measurements.option.client": "Cwient", + "text.autoconfig.measurements.option.client.lineColor": "which pwetty color for da line", + "text.autoconfig.measurements.option.client.textColor": "which pwetty color for da text", + "text.autoconfig.measurements.option.client.textSize": "how big iz text", + "text.autoconfig.measurements.option.client.lineWidth": "how thik is da line", + "text.autoconfig.measurements.option.client.lineWidthMax": "line no bigger dan dis", + + "_comment": "NeoForge Config", + "measurements.configuration.client": "Cwient", + "measurements.configuration.lineColor": "which pwetty color for da line", + "measurements.configuration.textColor": "which pwetty color for da text", + "measurements.configuration.textSize": "how big iz text", + "measurements.configuration.lineWidth": "how thik is da line", + "measurements.configuration.lineWidthMax": "line no bigger dan dis" +} \ No newline at end of file