diff options
| author | Wichert Akkerman <wichert@wiggy.net> | 2014-04-08 21:49:44 +0200 |
|---|---|---|
| committer | Wichert Akkerman <wichert@wiggy.net> | 2014-04-08 21:49:44 +0200 |
| commit | 832c2e8967fa1904fb1a0d3e5d707a11c32aa543 (patch) | |
| tree | c8a7bf86a1b5543d2fbee9859878b0c9d97418a3 /docs/quick_tour | |
| parent | 0a4433df3711755170396090d8daa69bfaef76f9 (diff) | |
| download | pyramid-832c2e8967fa1904fb1a0d3e5d707a11c32aa543.tar.gz pyramid-832c2e8967fa1904fb1a0d3e5d707a11c32aa543.tar.bz2 pyramid-832c2e8967fa1904fb1a0d3e5d707a11c32aa543.zip | |
Remove Babel from all setup.cfg files
Diffstat (limited to 'docs/quick_tour')
| -rw-r--r-- | docs/quick_tour/awesome/setup.cfg | 22 | ||||
| -rw-r--r-- | docs/quick_tour/package/setup.cfg | 22 | ||||
| -rw-r--r-- | docs/quick_tour/sqla_demo/setup.cfg | 21 |
3 files changed, 0 insertions, 65 deletions
diff --git a/docs/quick_tour/awesome/setup.cfg b/docs/quick_tour/awesome/setup.cfg index b1cd90d2c..14f322085 100644 --- a/docs/quick_tour/awesome/setup.cfg +++ b/docs/quick_tour/awesome/setup.cfg @@ -4,25 +4,3 @@ nocapture = 1 cover-package = awesome with-coverage = 1 cover-erase = 1 - -[compile_catalog] -directory = awesome/locale -domain = awesome -statistics = true - -[extract_messages] -add_comments = TRANSLATORS: -output_file = awesome/locale/awesome.pot -width = 80 -mapping_file = message-extraction.ini - -[init_catalog] -domain = awesome -input_file = awesome/locale/awesome.pot -output_dir = awesome/locale - -[update_catalog] -domain = awesome -input_file = awesome/locale/awesome.pot -output_dir = awesome/locale -previous = true diff --git a/docs/quick_tour/package/setup.cfg b/docs/quick_tour/package/setup.cfg index 186e796fc..ac8bb6e21 100644 --- a/docs/quick_tour/package/setup.cfg +++ b/docs/quick_tour/package/setup.cfg @@ -4,25 +4,3 @@ nocapture = 1 cover-package = hello_world with-coverage = 1 cover-erase = 1 - -[compile_catalog] -directory = hello_world/locale -domain = hello_world -statistics = true - -[extract_messages] -add_comments = TRANSLATORS: -output_file = hello_world/locale/hello_world.pot -width = 80 -mapping_file = message-extraction.ini - -[init_catalog] -domain = hello_world -input_file = hello_world/locale/hello_world.pot -output_dir = hello_world/locale - -[update_catalog] -domain = hello_world -input_file = hello_world/locale/hello_world.pot -output_dir = hello_world/locale -previous = true diff --git a/docs/quick_tour/sqla_demo/setup.cfg b/docs/quick_tour/sqla_demo/setup.cfg index 9f91cd122..27dbd2377 100644 --- a/docs/quick_tour/sqla_demo/setup.cfg +++ b/docs/quick_tour/sqla_demo/setup.cfg @@ -4,24 +4,3 @@ nocapture=1 cover-package=sqla_demo with-coverage=1 cover-erase=1 - -[compile_catalog] -directory = sqla_demo/locale -domain = sqla_demo -statistics = true - -[extract_messages] -add_comments = TRANSLATORS: -output_file = sqla_demo/locale/sqla_demo.pot -width = 80 - -[init_catalog] -domain = sqla_demo -input_file = sqla_demo/locale/sqla_demo.pot -output_dir = sqla_demo/locale - -[update_catalog] -domain = sqla_demo -input_file = sqla_demo/locale/sqla_demo.pot -output_dir = sqla_demo/locale -previous = true |
