Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidp57 committed Jan 14, 2025
1 parent 64df4af commit 08add7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CTLD.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ end
ctld.Id = "CTLD - "

--- 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`
ctld.Debug = false
Expand All @@ -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

--======== ENGLISH - the reference ===========================================================================
--ctld.i18n_lang = "en"
ctld.i18n_lang = "en"
--======== FRENCH - FRANCAIS =================================================================================
ctld.i18n_lang = "fr"
--ctld.i18n_lang = "fr"
--====== SPANISH : ESPAÑOL ====================================================================================
--ctld.i18n_lang = "es"
--====== Korean : 한국어 ====================================================================================
Expand Down

0 comments on commit 08add7a

Please sign in to comment.