123456789101112131415161718192021222324252627 |
- [nosetests]
- match = ^test
- nocapture = 1
- cover-package = frameworkbenchmarks
- with-coverage = 1
- cover-erase = 1
- [compile_catalog]
- directory = frameworkbenchmarks/locale
- domain = frameworkbenchmarks
- statistics = true
- [extract_messages]
- add_comments = TRANSLATORS:
- output_file = frameworkbenchmarks/locale/frameworkbenchmarks.pot
- width = 80
- [init_catalog]
- domain = frameworkbenchmarks
- input_file = frameworkbenchmarks/locale/frameworkbenchmarks.pot
- output_dir = frameworkbenchmarks/locale
- [update_catalog]
- domain = frameworkbenchmarks
- input_file = frameworkbenchmarks/locale/frameworkbenchmarks.pot
- output_dir = frameworkbenchmarks/locale
- previous = true
|