]> granicus.if.org Git - ejabberd/commitdiff
Fix "make translations", got broken in 446e6e6f3
authorBadlop <badlop@process-one.net>
Fri, 22 Feb 2019 10:39:41 +0000 (11:39 +0100)
committerBadlop <badlop@process-one.net>
Fri, 22 Feb 2019 11:30:05 +0000 (12:30 +0100)
tools/prepare-tr.sh

index 8829b273d1d286e147ee1555a95629d38d042f92..03de1fa89143cc7005b772416432c3ae224f5d13 100755 (executable)
@@ -10,7 +10,7 @@
 
 extract_lang_src2pot ()
 {
-       ./tools/extract-tr.sh ebin/ > priv/msgs/ejabberd.pot
+       ./tools/extract-tr.sh . > priv/msgs/ejabberd.pot
 }
 
 extract_lang_popot2po ()