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 () extract_lang_src2pot ()
{ {
./tools/extract-tr.sh . > priv/msgs/ejabberd.pot ./tools/extract-tr.sh src > priv/msgs/ejabberd.pot
} }
extract_lang_popot2po () extract_lang_popot2po ()
@ -20,7 +20,7 @@ extract_lang_popot2po ()
POT_PATH=$MSGS_DIR/$PROJECT.pot POT_PATH=$MSGS_DIR/$PROJECT.pot
msgmerge $PO_PATH $POT_PATH >$PO_PATH.translate 2>/dev/null msgmerge $PO_PATH $POT_PATH >$PO_PATH.translate 2>/dev/null
mv $PO_PATH.translate $PO_PATH mv $PO_PATH.translate $PO_PATH
} }
extract_lang_po2msg () extract_lang_po2msg ()