diff options
| author | Chris McDonough <chrism@plope.com> | 2014-04-08 15:54:55 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2014-04-08 15:54:55 -0400 |
| commit | 2daf6e45fc205e99005f477670993fcf47776e35 (patch) | |
| tree | 2b3848190a96525ee71d392f678fb6728e64bb50 /docs/quick_tour/package | |
| parent | bb9b72cf31a93479137ea7495c45bbfca7d1abb8 (diff) | |
| parent | 90600c7484d7e3ec8620e9fbe42f3449ffa6feb2 (diff) | |
| download | pyramid-2daf6e45fc205e99005f477670993fcf47776e35.tar.gz pyramid-2daf6e45fc205e99005f477670993fcf47776e35.tar.bz2 pyramid-2daf6e45fc205e99005f477670993fcf47776e35.zip | |
Merge branch 'wichert-doc-update-for-lingua2'
Diffstat (limited to 'docs/quick_tour/package')
| -rw-r--r-- | docs/quick_tour/package/setup.cfg | 22 |
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 |
