From cbf84639ca5f6452fc0dd3b5d37f992bc346f69a Mon Sep 17 00:00:00 2001 From: coolGi Date: Tue, 26 Sep 2023 22:56:52 +0930 Subject: [PATCH] Added missing lang --- .../resources/assets/distanthorizons/lang/en_us.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/assets/distanthorizons/lang/en_us.json b/core/src/main/resources/assets/distanthorizons/lang/en_us.json index 0a3a84fda..deaab2f5d 100644 --- a/core/src/main/resources/assets/distanthorizons/lang/en_us.json +++ b/core/src/main/resources/assets/distanthorizons/lang/en_us.json @@ -462,6 +462,10 @@ "Enable Silent Updates", "distanthorizons.config.client.advanced.autoUpdater.enableSilentUpdates.@tooltip": "Automatically updates the mod when an update is available", + "distanthorizons.config.client.advanced.autoUpdater.updateBranch": + "Update Branch", + "distanthorizons.config.client.advanced.autoUpdater.updateBranch.@tooltip": + "Where to download the latest update from.\n\nStable: Stable builds from Modrinth\nNightly: Nightly builds from Gitlab", @@ -824,6 +828,10 @@ "distanthorizons.config.enum.ELodShading.OLD_LIGHTING": "Old Lighting", "distanthorizons.config.enum.ELodShading.NONE": - "None" - + "None", + + "distanthorizons.config.enum.EUpdateBranch.STABLE": + "Stable", + "distanthorizons.config.enum.EUpdateBranch.NIGHTLY": + "Nightly" }