Fix "make translations", got broken in 446e6e6f3

This commit is contained in:
Badlop 2019-02-22 11:39:41 +01:00
parent f63dcdb790
commit 17a59b795f
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()