X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wrfeed.git/blobdiff_plain/ae4f70df956871ab0f7f9678734145ba49e7b7f3..f63ac6a290d2f4bfa251bf4a5202972c308f1ae0:/setup.cfg diff --git a/setup.cfg b/setup.cfg index 1e10842..e9b658d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,22 +10,22 @@ with-pylons = test.ini # Babel configuration [compile_catalog] -domain = feed -directory = feed/i18n +domain = wrfeed +directory = wrfeed/i18n statistics = true [extract_messages] add_comments = TRANSLATORS: -output_file = feed/i18n/feed.pot +output_file = wrfeed/i18n/wrfeed.pot width = 80 [init_catalog] -domain = feed -input_file = feed/i18n/feed.pot -output_dir = feed/i18n +domain = wrfeed +input_file = wrfeed/i18n/wrfeed.pot +output_dir = wrfeed/i18n [update_catalog] -domain = feed -input_file = feed/i18n/feed.pot -output_dir = feed/i18n +domain = wrfeed +input_file = wrfeed/i18n/wrfeed.pot +output_dir = wrfeed/i18n previous = true