allowing urls translation into german using .po files

This commit is contained in:
Levi 2016-04-09 02:53:05 -05:00
commit d90a95a3d4
5 changed files with 56 additions and 23 deletions

View file

@ -202,6 +202,11 @@ LANGUAGES = (
LANGUAGE_CODE = 'en-us'
LOCALE_PATHS = [
os.path.join(PROJECT_DIR,'digitalglarus/locale'),
]
CMS_PLACEHOLDER_CONF = {
'logo_image': {
'name': 'Logo Image',