| Line | |
|---|
| 1 | [egg_info] |
|---|
| 2 | tag_build = dev |
|---|
| 3 | tag_svn_revision = true |
|---|
| 4 | |
|---|
| 5 | [easy_install] |
|---|
| 6 | find_links = http://www.pylonshq.com/download/ |
|---|
| 7 | |
|---|
| 8 | [nosetests] |
|---|
| 9 | with-pylons = test.ini |
|---|
| 10 | #verbose=True |
|---|
| 11 | #verbosity=2 |
|---|
| 12 | #detailed-errors=1 |
|---|
| 13 | |
|---|
| 14 | # Babel configuration |
|---|
| 15 | [compile_catalog] |
|---|
| 16 | domain = adhocracy |
|---|
| 17 | directory = adhocracy/i18n |
|---|
| 18 | statistics = true |
|---|
| 19 | |
|---|
| 20 | [extract_messages] |
|---|
| 21 | add_comments = TRANSLATORS: |
|---|
| 22 | output_file = adhocracy/i18n/adhocracy.pot |
|---|
| 23 | width = 80 |
|---|
| 24 | |
|---|
| 25 | [init_catalog] |
|---|
| 26 | domain = adhocracy |
|---|
| 27 | input_file = adhocracy/i18n/adhocracy.pot |
|---|
| 28 | output_dir = adhocracy/i18n |
|---|
| 29 | |
|---|
| 30 | [update_catalog] |
|---|
| 31 | domain = adhocracy |
|---|
| 32 | input_file = adhocracy/i18n/adhocracy.pot |
|---|
| 33 | output_dir = adhocracy/i18n |
|---|
| 34 | previous = true |
|---|
Note: See
TracBrowser
for help on using the repository browser.