[tor-commits] [bridgedb/master] Add extra options for gettext/babel extract_messages command to setup.cfg.

isis at torproject.org isis at torproject.org
Fri May 16 18:52:52 UTC 2014


commit 342a8a17c288b08875a070af875ec1e2d9464d6b
Author: Isis Lovecruft <isis at torproject.org>
Date:   Thu Apr 24 19:00:17 2014 +0000

    Add extra options for gettext/babel extract_messages command to setup.cfg.
---
 setup.cfg |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 827dab2..eac2290 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,8 +14,13 @@ directory = lib/bridgedb/i18n
 statistics = true
 
 [extract_messages]
-add_comments = TRANSLATORS:
+strip_comments = false
+add_comments = TRANSLATORS,TRANSLATOR,TRANSLATOR:,
+msgid-bugs-address = 'https://trac.torproject.org/projects/tor/newticket?component=BridgeDB&keywords=bridgedb-reported,msgid&cc=isis,sysrqb&owner=isis'
+copyright-holder = 'The Tor Project, Inc.'
+input-dirs = lib/bridgedb
 output_file = lib/bridgedb/i18n/templates/bridgedb.pot
+sort-by-file = true
 width = 80
 
 [init_catalog]





More information about the tor-commits mailing list