mirror of
https://github.com/edubart/otclient.git
synced 2025-05-12 15:29:21 +02:00
15 lines
297 B
Lua
15 lines
297 B
Lua
locale = {
|
|
name = "en",
|
|
charset = "cp1252",
|
|
languageName = "English",
|
|
|
|
formatNumbers = true,
|
|
decimalSeperator = '.',
|
|
thousandsSeperator = ',',
|
|
|
|
-- translations are not needed because everything is already in english
|
|
translation = {}
|
|
}
|
|
|
|
modules.client_locales.installLocale(locale)
|