From 751f1453ec1be9a06f1a3eb2eba5194d6bee9d49 Mon Sep 17 00:00:00 2001 From: David Pierron Date: Tue, 4 Feb 2025 17:05:45 +0100 Subject: [PATCH] v1.4.0 --- CTLD-i18n.lua | 4 ++-- CTLD.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CTLD-i18n.lua b/CTLD-i18n.lua index 0b2dfdc..33475e6 100644 --- a/CTLD-i18n.lua +++ b/CTLD-i18n.lua @@ -18,7 +18,7 @@ ctld.i18n = {} --======== FRENCH - FRANCAIS ===================================================================================== ctld.i18n["fr"] = {} -ctld.i18n["fr"].translation_version = "1.4.0" -- make sure that this translation is compatible with the current version of the english language texts (ctld.i18n["en"].translation_version) +ctld.i18n["fr"].translation_version = "1.4" -- make sure that this translation is compatible with the current version of the english language texts (ctld.i18n["en"].translation_version) local lang="fr";env.info(string.format("I - CTLD.i18n_translate: Loading %s language version %s", lang, tostring(ctld.i18n[lang].translation_version))) --- groups names @@ -301,7 +301,7 @@ ctld.i18n["fr"]["STOP autoRefresh targets in LOS"] = "Stopper suivi automatique --====== SPANISH : ESPAÑOL==================================================================================== ctld.i18n["es"] = {} -ctld.i18n["es"].translation_version = "1.4.0" -- make sure that this translation is compatible with the current version of the english language texts (ctld.i18n["en"].translation_version) +ctld.i18n["es"].translation_version = "1.4" -- make sure that this translation is compatible with the current version of the english language texts (ctld.i18n["en"].translation_version) local lang="es";env.info(string.format("I - CTLD.i18n_translate: Loading %s language version %s", lang, tostring(ctld.i18n[lang].translation_version))) --- groups names diff --git a/CTLD.lua b/CTLD.lua index a3b7446..c821cd0 100644 --- a/CTLD.lua +++ b/CTLD.lua @@ -38,7 +38,7 @@ end ctld.Id = "CTLD - " --- Version. -ctld.Version = "1.3.1" +ctld.Version = "1.4.0" -- To add debugging messages to dcs.log, change the following log levels to `true`; `Debug` is less detailed than `Trace` ctld.Debug = false @@ -69,7 +69,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.3" -- make sure that all the translations are compatible with this version of the english language texts +ctld.i18n["en"].translation_version = "1.4" -- 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))) --- groups names