Merge branch 'feature/digital.glarus.german' into develop

This commit is contained in:
rascencio 2015-10-04 09:23:56 -06:00
commit df9b0eacaa
19 changed files with 445 additions and 14 deletions

View file

@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
from django.utils.translation import ugettext_lazy as _
TEMPLATES = {
'about.html': _('DG.About'),
'contact.html': _('DG.Contact'),
'index.html': _('DG.Home'),
'letscowork.html': _('DG.CoWork'),
'detail.html': _('DG.Detail'),
}