Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Translation

Matias Salas edited this page Dec 26, 2020 · 2 revisions

<MODULE>/Data/Locales/<LANG>.lua

Translations = {
    ["Test"] = "This is a example test"
}

Load in a lua file

LoadModuleTranslations("Data/Locales/" .. "<LANG>" .. ".lua")

print(Translate("Example:Test")) --Prints "This is a example test"

NOTE: You can see a example in @zombieoutbreak/Modules/User/Example