summaryrefslogtreecommitdiff
path: root/docs/quick_tour/package/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tour/package/setup.cfg')
-rw-r--r--docs/quick_tour/package/setup.cfg22
1 files changed, 0 insertions, 22 deletions
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