# HG changeset patch # User Goffi # Date 1554923091 -7200 # Node ID 9241f9d1f9e51bc7a7bebc2cb4535e2095521303 # Parent f6b0088ce2476fcc7f4489200f9844e1690aeab7 constants: added KEY_LANG which is the key/name used in templates to change language/locale. diff -r f6b0088ce247 -r 9241f9d1f9e5 sat/core/constants.py --- a/sat/core/constants.py Wed Apr 10 21:04:41 2019 +0200 +++ b/sat/core/constants.py Wed Apr 10 21:04:51 2019 +0200 @@ -233,6 +233,7 @@ TEMPLATE_TPL_DIR = u"templates" TEMPLATE_THEME_DEFAULT = u"default" TEMPLATE_STATIC_DIR = u"static" + KEY_LANG = u"lang" # templates i18n ## Plugins ##