diff setup.cfg @ 0:a97b17f1bac7 0.12

TracMercurial: started new Mercurial repository branch:0.12 was initialized from: {{{ svn export https://svn.edgewall.org/repos/trac/plugins/0.12/mercurial-plugin }}} at revision r10936. i.e. http://trac.edgewall.org/changeset/10936/plugins/0.12/mercurial-plugin
author Christian Boos <christian.boos@free.fr>
date Sat, 09 Jun 2012 19:27:02 +0200
parents
children 45f04cd0ada8
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/setup.cfg	Sat Jun 09 19:27:02 2012 +0200
@@ -0,0 +1,24 @@
+[egg_info]
+tag_build = dev
+tag_svn_revision = true
+
+[extract_messages]
+add_comments = TRANSLATOR:
+msgid_bugs_address = cboos@edgewall.org
+output_file = tracext/hg/locale/messages.pot
+keywords = _ ngettext:1,2 N_ tag_
+width = 72
+
+[init_catalog]
+input_file = tracext/hg/locale/messages.pot
+output_dir = tracext/hg/locale
+domain = tracmercurial
+
+[compile_catalog]
+directory = tracext/hg/locale
+domain = tracmercurial
+
+[update_catalog]
+input_file = tracext/hg/locale/messages.pot
+output_dir = tracext/hg/locale
+domain = tracmercurial