diff --git a/setup.cfg b/setup.cfg --- a/setup.cfg +++ b/setup.cfg @@ -16,26 +16,26 @@ nologcapture=1 # Babel configuration [compile_catalog] -domain = rhodecode -directory = rhodecode/i18n +domain = kallithea +directory = kallithea/i18n statistics = true [extract_messages] add_comments = TRANSLATORS: -output_file = rhodecode/i18n/rhodecode.pot +output_file = kallithea/i18n/kallithea.pot msgid-bugs-address = marcin@maq.io copyright-holder = Marcin Kuzminski RhodeCode no-wrap = true [init_catalog] -domain = rhodecode -input_file = rhodecode/i18n/rhodecode.pot -output_dir = rhodecode/i18n +domain = kallithea +input_file = kallithea/i18n/kallithea.pot +output_dir = kallithea/i18n [update_catalog] -domain = rhodecode -input_file = rhodecode/i18n/rhodecode.pot -output_dir = rhodecode/i18n +domain = kallithea +input_file = kallithea/i18n/kallithea.pot +output_dir = kallithea/i18n previous = true [build_sphinx]