mirror of
https://github.com/ciribob/DCS-CTLD.git
synced 2025-08-15 06:17:22 +00:00
v1.3.0
This commit is contained in:
6
CTLD.lua
6
CTLD.lua
@@ -38,7 +38,7 @@ end
|
|||||||
ctld.Id = "CTLD - "
|
ctld.Id = "CTLD - "
|
||||||
|
|
||||||
--- Version.
|
--- Version.
|
||||||
ctld.Version = "1.2.2"
|
ctld.Version = "1.3.0"
|
||||||
|
|
||||||
-- To add debugging messages to dcs.log, change the following log levels to `true`; `Debug` is less detailed than `Trace`
|
-- To add debugging messages to dcs.log, change the following log levels to `true`; `Debug` is less detailed than `Trace`
|
||||||
ctld.Debug = false
|
ctld.Debug = false
|
||||||
@@ -53,9 +53,9 @@ ctld.dontInitialize = false -- if true, ctld.initialize() will not run; instead,
|
|||||||
-- If you want to change the language replace "en" with the language you want to use
|
-- If you want to change the language replace "en" with the language you want to use
|
||||||
|
|
||||||
--======== ENGLISH - the reference ===========================================================================
|
--======== ENGLISH - the reference ===========================================================================
|
||||||
--ctld.i18n_lang = "en"
|
ctld.i18n_lang = "en"
|
||||||
--======== FRENCH - FRANCAIS =================================================================================
|
--======== FRENCH - FRANCAIS =================================================================================
|
||||||
ctld.i18n_lang = "fr"
|
--ctld.i18n_lang = "fr"
|
||||||
--====== SPANISH : ESPAÑOL ====================================================================================
|
--====== SPANISH : ESPAÑOL ====================================================================================
|
||||||
--ctld.i18n_lang = "es"
|
--ctld.i18n_lang = "es"
|
||||||
--====== Korean : 한국어 ====================================================================================
|
--====== Korean : 한국어 ====================================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user