tell how to test translations
[enigma2-curlytx.git] / build.sh
index 2f5b4a85257ea479ae79b6497b73938cb099ea41..e0aa8e913b6a699ea26f0d25a1be8fe6fd63f4d8 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -10,6 +10,7 @@ for i in po/??.mo; do
     mkdir -p tmp/$extdir/locale/$lang/LC_MESSAGES
     cp "$i" tmp/$extdir/locale/$lang/LC_MESSAGES/CurlyTx.mo
 done
+cp po/messages.pot tmp/$extdir/locale/CurlyTx.pot
 
 python -O -m compileall src/ -f
 cp src/*.py tmp/$extdir/