fix: standardize translation loading log messages

This commit is contained in:
Linventif 2025-07-03 03:02:05 +00:00
parent e9e435eb13
commit 1b700fd31c

View File

@ -25,9 +25,9 @@ function gmInte.loadTranslations()
end end
if !gmInte.log then if !gmInte.log then
print(" | Translations | Loaded " .. lang .. " translations") print(" | Translations | Loaded Translations: " .. lang)
else else
gmInte.log("Loaded " .. lang .. " translations") gmInte.log("Loaded Translations: " .. lang)
end end
end end