mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-18 08:13:27 +02:00
Resolve "Merge the best from 7.40 branch"
This commit is contained in:
14
SabrehavenOTClient/data/locales/en.lua
Normal file
14
SabrehavenOTClient/data/locales/en.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
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)
|
Reference in New Issue
Block a user