summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorWichert Akkerman <wichert@wiggy.net>2014-04-08 21:49:44 +0200
committerWichert Akkerman <wichert@wiggy.net>2014-04-08 21:49:44 +0200
commit832c2e8967fa1904fb1a0d3e5d707a11c32aa543 (patch)
treec8a7bf86a1b5543d2fbee9859878b0c9d97418a3 /docs/narr
parent0a4433df3711755170396090d8daa69bfaef76f9 (diff)
downloadpyramid-832c2e8967fa1904fb1a0d3e5d707a11c32aa543.tar.gz
pyramid-832c2e8967fa1904fb1a0d3e5d707a11c32aa543.tar.bz2
pyramid-832c2e8967fa1904fb1a0d3e5d707a11c32aa543.zip
Remove Babel from all setup.cfg files
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/MyProject/setup.cfg21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/narr/MyProject/setup.cfg b/docs/narr/MyProject/setup.cfg
index 332e80a60..229a686f8 100644
--- a/docs/narr/MyProject/setup.cfg
+++ b/docs/narr/MyProject/setup.cfg
@@ -4,24 +4,3 @@ nocapture = 1
cover-package = myproject
with-coverage = 1
cover-erase = 1
-
-[compile_catalog]
-directory = myproject/locale
-domain = MyProject
-statistics = true
-
-[extract_messages]
-add_comments = TRANSLATORS:
-output_file = myproject/locale/MyProject.pot
-width = 80
-
-[init_catalog]
-domain = MyProject
-input_file = myproject/locale/MyProject.pot
-output_dir = myproject/locale
-
-[update_catalog]
-domain = MyProject
-input_file = myproject/locale/MyProject.pot
-output_dir = myproject/locale
-previous = true