2012-04-27 08:52:49 +02:00
|
|
|
locale = {
|
|
|
|
name = "en",
|
2012-08-18 00:44:57 +02:00
|
|
|
charset = "cp1252",
|
2012-04-27 08:52:49 +02:00
|
|
|
languageName = "English",
|
|
|
|
|
2015-01-20 16:18:04 +01:00
|
|
|
formatNumbers = true,
|
|
|
|
decimalSeperator = '.',
|
|
|
|
thousandsSeperator = ',',
|
|
|
|
|
2012-04-27 08:52:49 +02:00
|
|
|
-- translations are not needed because everything is already in english
|
|
|
|
translation = {}
|
|
|
|
}
|
|
|
|
|
2013-01-18 23:39:11 +01:00
|
|
|
modules.client_locales.installLocale(locale)
|