Wichert Akkerman
2014-04-08 832c2e8967fa1904fb1a0d3e5d707a11c32aa543
Remove Babel from all setup.cfg files
16 files modified
342 ■■■■■ changed files
docs/narr/MyProject/setup.cfg 21 ●●●●● patch | view | raw | blame | history
docs/quick_tour/awesome/setup.cfg 22 ●●●●● patch | view | raw | blame | history
docs/quick_tour/package/setup.cfg 22 ●●●●● patch | view | raw | blame | history
docs/quick_tour/sqla_demo/setup.cfg 21 ●●●●● patch | view | raw | blame | history
docs/quick_tutorial/scaffolds/setup.cfg 21 ●●●●● patch | view | raw | blame | history
docs/tutorials/wiki/src/authorization/setup.cfg 22 ●●●●● patch | view | raw | blame | history
docs/tutorials/wiki/src/basiclayout/setup.cfg 21 ●●●●● patch | view | raw | blame | history
docs/tutorials/wiki/src/models/setup.cfg 22 ●●●●● patch | view | raw | blame | history
docs/tutorials/wiki/src/tests/setup.cfg 22 ●●●●● patch | view | raw | blame | history
docs/tutorials/wiki/src/views/setup.cfg 22 ●●●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/authorization/setup.cfg 21 ●●●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/basiclayout/setup.cfg 21 ●●●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/models/setup.cfg 21 ●●●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/tests/setup.cfg 21 ●●●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/views/setup.cfg 21 ●●●●● patch | view | raw | blame | history
pyramid/tests/test_scaffolds/fixture_scaffold/setup.cfg_tmpl 21 ●●●●● patch | view | raw | blame | history
docs/narr/MyProject/setup.cfg
@@ -4,24 +4,3 @@
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
docs/quick_tour/awesome/setup.cfg
@@ -4,25 +4,3 @@
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
docs/quick_tour/package/setup.cfg
@@ -4,25 +4,3 @@
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
docs/quick_tour/sqla_demo/setup.cfg
@@ -4,24 +4,3 @@
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
docs/quick_tutorial/scaffolds/setup.cfg
@@ -4,24 +4,3 @@
cover-package = scaffolds
with-coverage = 1
cover-erase = 1
[compile_catalog]
directory = scaffolds/locale
domain = scaffolds
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = scaffolds/locale/scaffolds.pot
width = 80
[init_catalog]
domain = scaffolds
input_file = scaffolds/locale/scaffolds.pot
output_dir = scaffolds/locale
[update_catalog]
domain = scaffolds
input_file = scaffolds/locale/scaffolds.pot
output_dir = scaffolds/locale
previous = true
docs/tutorials/wiki/src/authorization/setup.cfg
@@ -4,25 +4,3 @@
cover-package=tutorial
with-coverage=1
cover-erase=1
[compile_catalog]
directory = tutorial/locale
domain = tutorial
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = tutorial/locale/tutorial.pot
width = 80
[init_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
[update_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
previous = true
docs/tutorials/wiki/src/basiclayout/setup.cfg
@@ -4,24 +4,3 @@
cover-package=tutorial
with-coverage=1
cover-erase=1
[compile_catalog]
directory = tutorial/locale
domain = tutorial
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = tutorial/locale/tutorial.pot
width = 80
[init_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
[update_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
previous = true
docs/tutorials/wiki/src/models/setup.cfg
@@ -4,25 +4,3 @@
cover-package=tutorial
with-coverage=1
cover-erase=1
[compile_catalog]
directory = tutorial/locale
domain = tutorial
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = tutorial/locale/tutorial.pot
width = 80
[init_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
[update_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
previous = true
docs/tutorials/wiki/src/tests/setup.cfg
@@ -4,25 +4,3 @@
cover-package=tutorial
with-coverage=1
cover-erase=1
[compile_catalog]
directory = tutorial/locale
domain = tutorial
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = tutorial/locale/tutorial.pot
width = 80
[init_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
[update_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
previous = true
docs/tutorials/wiki/src/views/setup.cfg
@@ -4,25 +4,3 @@
cover-package=tutorial
with-coverage=1
cover-erase=1
[compile_catalog]
directory = tutorial/locale
domain = tutorial
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = tutorial/locale/tutorial.pot
width = 80
[init_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
[update_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
previous = true
docs/tutorials/wiki2/src/authorization/setup.cfg
@@ -4,24 +4,3 @@
cover-package=tutorial
with-coverage=1
cover-erase=1
[compile_catalog]
directory = tutorial/locale
domain = tutorial
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = tutorial/locale/tutorial.pot
width = 80
[init_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
[update_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
previous = true
docs/tutorials/wiki2/src/basiclayout/setup.cfg
@@ -4,24 +4,3 @@
cover-package=tutorial
with-coverage=1
cover-erase=1
[compile_catalog]
directory = tutorial/locale
domain = tutorial
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = tutorial/locale/tutorial.pot
width = 80
[init_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
[update_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
previous = true
docs/tutorials/wiki2/src/models/setup.cfg
@@ -4,24 +4,3 @@
cover-package=tutorial
with-coverage=1
cover-erase=1
[compile_catalog]
directory = tutorial/locale
domain = tutorial
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = tutorial/locale/tutorial.pot
width = 80
[init_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
[update_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
previous = true
docs/tutorials/wiki2/src/tests/setup.cfg
@@ -4,24 +4,3 @@
cover-package=tutorial
with-coverage=1
cover-erase=1
[compile_catalog]
directory = tutorial/locale
domain = tutorial
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = tutorial/locale/tutorial.pot
width = 80
[init_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
[update_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
previous = true
docs/tutorials/wiki2/src/views/setup.cfg
@@ -4,24 +4,3 @@
cover-package=tutorial
with-coverage=1
cover-erase=1
[compile_catalog]
directory = tutorial/locale
domain = tutorial
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = tutorial/locale/tutorial.pot
width = 80
[init_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
[update_catalog]
domain = tutorial
input_file = tutorial/locale/tutorial.pot
output_dir = tutorial/locale
previous = true
pyramid/tests/test_scaffolds/fixture_scaffold/setup.cfg_tmpl
@@ -4,24 +4,3 @@
cover-package = {{package}}
with-coverage = 1
cover-erase = 1
[compile_catalog]
directory = {{package}}/locale
domain = {{project}}
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = {{package}}/locale/{{project}}.pot
width = 80
[init_catalog]
domain = {{project}}
input_file = {{package}}/locale/{{project}}.pot
output_dir = {{package}}/locale
[update_catalog]
domain = {{project}}
input_file = {{package}}/locale/{{project}}.pot
output_dir = {{package}}/locale
previous = true