From cf62774a78ed7c79bf8bf89ede5b40669281c21b Mon Sep 17 00:00:00 2001 From: coolGi Date: Fri, 2 Sep 2022 10:41:38 +0930 Subject: [PATCH] Added auto updater lang --- .../main/resources/assets/lod/lang/en_us.json | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/core/src/main/resources/assets/lod/lang/en_us.json b/core/src/main/resources/assets/lod/lang/en_us.json index 363a459e6..6b2f6bed9 100644 --- a/core/src/main/resources/assets/lod/lang/en_us.json +++ b/core/src/main/resources/assets/lod/lang/en_us.json @@ -1,6 +1,29 @@ { "lod.title": "Distant Horizons", + + + + "lod.updater.title": + "Distant Horizons auto updater", + "lod.updater.text": + "There is a new update for Distant Horizons available", + "lod.updater.later": + "Later", + "lod.updater.never": + "Dont show again", + "lod.updater.update": + "Update", + "lod.updater.update.@tooltip": + "Updates the mod this 1 time\n(Updates when game closed)", + "lod.updater.silentUpdate": + "Always silent update", + "lod.updater.silentUpdate.@tooltip": + "Every time an update is available, it would update\n(§6WARNING§r: It wont prompt the user on an update, tough it would keep the mod up to date)", + + + + "lod.config.title": "Distant Horizons config", "lod.config.client":