Added local language detection

Added language.cfg for all locale folders from the base game
Added language.lua with the functions which detect the local language
Added language.lua to _file_loader.lua
This commit is contained in:
DrahcPro
2023-08-08 20:00:24 +02:00
parent cdd34ebaea
commit 6415190b6a
50 changed files with 130 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ return {
'modules.data.alt-view',
'modules.data.tag',
'modules.data.bonus',
'modules.data.language',
--- GUI
'modules.gui.readme',