From 3dbdfef11d770a5b79df08c01258e070ee8b7f70 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 13 Oct 2010 23:55:28 +0000 Subject: merge tutorialfix branch --- docs/tutorials/bfgwiki2/src/models/setup.cfg | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'docs/tutorials/bfgwiki2/src/models/setup.cfg') diff --git a/docs/tutorials/bfgwiki2/src/models/setup.cfg b/docs/tutorials/bfgwiki2/src/models/setup.cfg index 56fe3be14..23b2ad983 100644 --- a/docs/tutorials/bfgwiki2/src/models/setup.cfg +++ b/docs/tutorials/bfgwiki2/src/models/setup.cfg @@ -1,8 +1,27 @@ -[easy_install] -index_url = http://dist.repoze.org/bfgsite/simple - [nosetests] +match=^test nocapture=1 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 -- cgit v1.2.3