From e92fbff6339ec22cb0995ff89e32cba7b2c76bf2 Mon Sep 17 00:00:00 2001 From: FullGas1 <51051389+FullGas1@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:55:55 +0100 Subject: [PATCH] Update "en" dictionary --- CTLD.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CTLD.lua b/CTLD.lua index 02f3430..cdd7a55 100644 --- a/CTLD.lua +++ b/CTLD.lua @@ -311,6 +311,12 @@ ctld.i18n["en"]["DISABLE "] = nil ctld.i18n["en"]["ENABLE "] = nil ctld.i18n["en"]["REQUEST "] = nil ctld.i18n["en"]["Reset TGT Selection"] = nil +-- F10 RECON menus +ctld.i18n["en"]["RECON"] = nil +ctld.i18n["en"]["Show targets in LOS (refresh)"] = nil +ctld.i18n["en"]["Hide targets in LOS"] = nil +ctld.i18n["en"]["START autoRefresh targets in LOS"] = nil +ctld.i18n["en"]["STOP autoRefresh targets in LOS"] = nil --- Translates a string (text) with parameters (parameters) to the language defined in ctld.i18n_lang ---@param text string The text to translate, with the parameters as %1, %2, etc. (all strings!!!!)