Localization

This commit is contained in:
Sumsebrum
2021-05-24 12:41:21 +02:00
parent 9ef174e290
commit 43518055f0
19 changed files with 542 additions and 385 deletions

View File

@ -18,7 +18,7 @@ local function table_copy(t)
return t2;
end
local ExportImport = Gladdy:NewModule("ExportImport", nil, {
local ExportImport = Gladdy:NewModule("Export Import", nil, {
})