From e8d0b381216f23444d5d060783a03e97e1adfee7 Mon Sep 17 00:00:00 2001 From: JFronny Date: Sun, 31 Mar 2024 13:09:14 +0200 Subject: [PATCH] fix: add translation for new options --- src/main/resources/assets/resclone/lang/en_us.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/assets/resclone/lang/en_us.json b/src/main/resources/assets/resclone/lang/en_us.json index 5010bc0..7c3b03e 100644 --- a/src/main/resources/assets/resclone/lang/en_us.json +++ b/src/main/resources/assets/resclone/lang/en_us.json @@ -3,5 +3,7 @@ "resclone.jfconfig.packs": "Packs", "resclone.jfconfig.packs.tooltip": "The packs to download and add", "resclone.jfconfig.pruneUnused": "Prune Unused", - "resclone.jfconfig.pruneUnused.tooltip": "Automatically remove all downloaded packs that are not in the config to free up unneeded space" + "resclone.jfconfig.pruneUnused.tooltip": "Automatically remove all downloaded packs that are not in the config to free up unneeded space", + "resclone.jfconfig.logProcessing": "Log Processing", + "resclone.jfconfig.logProcessing.tooltip": "Log automatic processing steps applied to downloaded packs" } \ No newline at end of file