summaryrefslogtreecommitdiff
path: root/docs/narr/MyProject/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/MyProject/setup.cfg')
-rw-r--r--docs/narr/MyProject/setup.cfg27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/narr/MyProject/setup.cfg b/docs/narr/MyProject/setup.cfg
new file mode 100644
index 000000000..de38b5616
--- /dev/null
+++ b/docs/narr/MyProject/setup.cfg
@@ -0,0 +1,27 @@
+[nosetests]
+match=^test
+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