mirror of
https://github.com/edubart/otclient.git
synced 2025-05-18 17:59:20 +02:00
10 lines
181 B
Lua
10 lines
181 B
Lua
locale = {
|
|
name = "en",
|
|
languageName = "English",
|
|
|
|
-- translations are not needed because everything is already in english
|
|
translation = {}
|
|
}
|
|
|
|
Locales.installLocale(locale)
|