aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-15 12:56:34 +0000
committerMichael Scherer <misc@mageia.org>2010-12-15 12:56:34 +0000
commitef601ae468224114a149e0490f3589e3ecd11cda (patch)
tree1e12e7890c58b3de650903529cbd8d3d0ff4c3e4 /modules/transifex/templates
parentc5aa7b184ddf38c29687d8bf1b6e9d71423f209a (diff)
downloadpuppet-ef601ae468224114a149e0490f3589e3ecd11cda.tar
puppet-ef601ae468224114a149e0490f3589e3ecd11cda.tar.gz
puppet-ef601ae468224114a149e0490f3589e3ecd11cda.tar.bz2
puppet-ef601ae468224114a149e0490f3589e3ecd11cda.tar.xz
puppet-ef601ae468224114a149e0490f3589e3ecd11cda.zip
- add templating extraction logic to transifex
Diffstat (limited to 'modules/transifex/templates')
-rw-r--r--modules/transifex/templates/50-project.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/transifex/templates/50-project.conf b/modules/transifex/templates/50-project.conf
index 24b4f291..707e3113 100644
--- a/modules/transifex/templates/50-project.conf
+++ b/modules/transifex/templates/50-project.conf
@@ -39,6 +39,7 @@ MIDDLEWARE_CLASSES = [
ROOT_URLCONF = 'urls'
TEMPLATE_DIRS = [
+ '<%= templates_dir %>',
os.path.join(TX_ROOT, 'templates'),
]