[tor-commits] [bridgedb/develop] Add Makefile directive to create the bridgedb.pot template.

isis at torproject.org isis at torproject.org
Wed May 14 03:42:28 UTC 2014


commit c656903a67b19d5d496b393b86d748ddfeb99efd
Author: Isis Lovecruft <isis at torproject.org>
Date:   Thu Apr 24 21:13:15 2014 +0000

    Add Makefile directive to create the bridgedb.pot template.
---
 Makefile |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 9b2bd5e..0184291 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,9 @@ reinstall: uninstall force-install
 translations:
 	./maint/get-completed-translations
 
+translations-template:
+	python setup.py extract_messages
+
 docs:
 	python setup.py build_sphinx
 





More information about the tor-commits mailing list