allowing urls translation into german using .po files
This commit is contained in:
parent
bcc7d35cd8
commit
d90a95a3d4
5 changed files with 56 additions and 23 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue