[tor-commits] [bridgedb/master] Add Makefile directive to create the bridgedb.pot template.
isis at torproject.org
isis at torproject.org
Fri May 16 18:52:52 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