From b1818d9fb36b091a028ee04311a3079b4f44e0ea Mon Sep 17 00:00:00 2001 From: FullGas1 <51051389+FullGas1@users.noreply.github.com> Date: Sat, 29 Mar 2025 09:57:57 +0100 Subject: [PATCH] update en dict version number --- CTLD.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CTLD.lua b/CTLD.lua index c0a246c..ec726ab 100644 --- a/CTLD.lua +++ b/CTLD.lua @@ -71,8 +71,7 @@ end -- If a string is not found in the current language then it will default to this language -- Note that no translation is provided for this language (obviously) but that we'll maintain this table to help the translators. ctld.i18n["en"] = {} -ctld.i18n["en"].translation_version = -"1.4" -- make sure that all the translations are compatible with this version of the english language texts +ctld.i18n["en"].translation_version = "1.5" -- make sure that all the translations are compatible with this version of the english language texts local lang = "en"; env.info(string.format("I - CTLD.i18n_translate: Loading %s language version %s", lang, tostring(ctld.i18n[lang].translation_version)))