tibia-client/data/locales/en.lua

15 lines
297 B
Lua
Raw Normal View History

2012-04-27 08:52:49 +02:00
locale = {
name = "en",
charset = "cp1252",
2012-04-27 08:52:49 +02:00
languageName = "English",
formatNumbers = true,
decimalSeperator = '.',
thousandsSeperator = ',',
2012-04-27 08:52:49 +02:00
-- translations are not needed because everything is already in english
translation = {}
}
modules.client_locales.installLocale(locale)