25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

Update extract-tr.sh script

This commit is contained in:
Evgeny Khramtsov 2019-06-22 17:24:15 +03:00
parent 00f2a736eb
commit 1ca61821c6

View File

@ -10,7 +10,7 @@
extract_lang_src2pot ()
{
./tools/extract-tr.sh . > priv/msgs/ejabberd.pot
./tools/extract-tr.sh src > priv/msgs/ejabberd.pot
}
extract_lang_popot2po ()