Added locale number formatting to locale files

This commit is contained in:
TheSumm
2015-01-20 16:18:04 +01:00
parent b5cea41f87
commit 596717bf32
7 changed files with 34 additions and 6 deletions

View File

@@ -3,6 +3,10 @@ locale = {
charset = "cp1252",
languageName = "English",
formatNumbers = true,
decimalSeperator = '.',
thousandsSeperator = ',',
-- translations are not needed because everything is already in english
translation = {}
}