- fixed default language (fixed number format bugs), closed #277

This commit is contained in:
Exodus4D
2016-08-06 17:37:48 +02:00
parent ec6ed66a6b
commit 97f20677ac

View File

@@ -41,6 +41,9 @@ FAVICON = favicon/
; Export folder (e.g. static table data)
EXPORT = export/
; Default language (overwrites HTTP Accept-Language request header) used for "setlocale()" affects number formatting
LANGUAGE = en-US
; load additional config files
; DO NOT load environment.ini, it is loaded automatically
[configs]