1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02: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 ()