From: Jan Szejko Date: Wed, 5 Apr 2017 13:22:51 +0000 (+0200) Subject: more english X-Git-Url: https://git.mdrn.pl/emels.git/commitdiff_plain/d9e84911064708ce174bdd01b65257d3f34fe656 more english --- diff --git a/emels/settings/locale.py b/emels/settings/locale.py index cdaf12b..7887630 100644 --- a/emels/settings/locale.py +++ b/emels/settings/locale.py @@ -19,7 +19,7 @@ TIME_ZONE = None # Language code for this installation. All choices can be found here: # http://www.i18nguy.com/unicode/language-identifiers.html -LANGUAGE_CODE = 'pl' +LANGUAGE_CODE = 'en' # If you set this to False, Django will make some optimizations so as not # to load the internationalization machinery. diff --git a/emels/settings/middleware.py b/emels/settings/middleware.py index 42c45b5..cbd5c3f 100644 --- a/emels/settings/middleware.py +++ b/emels/settings/middleware.py @@ -4,7 +4,7 @@ from emels.utils import process_app_deps MIDDLEWARE_CLASSES = process_app_deps(( 'django.middleware.cache.UpdateCacheMiddleware', ('django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.sessions'), - # 'django.middleware.locale.LocaleMiddleware', + 'django.middleware.locale.LocaleMiddleware', 'fnpdjango.middleware.URLLocaleMiddleware', 'django.middleware.common.CommonMiddleware', diff --git a/emels/static/img/social/bignk.png b/emels/static/img/social/bignk.png deleted file mode 100644 index 6c373fb..0000000 Binary files a/emels/static/img/social/bignk.png and /dev/null differ diff --git a/emels/static/img/social/nk.png b/emels/static/img/social/nk.png deleted file mode 100644 index 0200bf5..0000000 Binary files a/emels/static/img/social/nk.png and /dev/null differ diff --git a/emels/templates/base.html b/emels/templates/base.html index 65129af..ba02e2d 100644 --- a/emels/templates/base.html +++ b/emels/templates/base.html @@ -8,10 +8,10 @@ {% block top_navigation %}
  • {% trans "News" %}
  • -
  • {% trans "About" %}
  • -
  • {% trans "Partners" %}
  • +
  • {% trans "About" %}
  • +
  • {% trans "Partners" %}
  • {% trans "Publications" %}
  • -
  • {% trans "Contact" %}
  • +
  • {% trans "Contact" %}
  • {% endblock %} {% block copyrights %}