diff sat/core/constants.py @ 2599:5b26033c49a8

tools (common): moved date_fmt function from template filters to new date_utils module, so it can be used everywhere.
author Goffi <goffi@goffi.org>
date Fri, 01 Jun 2018 12:04:06 +0200
parents 86e57108bd50
children 56f94936df1e
line wrap: on
line diff
--- a/sat/core/constants.py	Fri Jun 01 12:02:09 2018 +0200
+++ b/sat/core/constants.py	Fri Jun 01 12:04:06 2018 +0200
@@ -368,6 +368,10 @@
     KEY_PROGRESS_ID = u'progress_id'
 
 
+    #internationalisation
+    DEFAULT_LOCALE = u'en_GB'
+
+
     ## Misc ##
     SAVEFILE_DATABASE = APP_NAME_FILE + ".db"
     IQ_SET = '/iq[@type="set"]'