Added a script to generate a pot

This commit is contained in:
Naru Trey 2016-12-03 20:18:14 +04:00
parent 16297e6251
commit 1c2fd809ca
No known key found for this signature in database
GPG Key ID: 386BAD81D78C3FEC

3
makepot.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
cd torbrowser_launcher
xgettext --language=Python --from-code=UTF-8 --output=../torbrowser_launcher.pot *.py