Skip to content
Snippets Groups Projects
Commit eca11d24 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix plugins_translate script

parent 64cfc5ea
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ make_mo()
install_mo()
{
if [ -L community_plugins ]; then
cp $1.mo community_plugins/plugins_translate/
cp $1.mo community_plugins/plugins_translations/
fi
mkdir -p ~/.local/share/gajim/plugins/locale/$1/LC_MESSAGES/
cp $1.mo ~/.local/share/gajim/plugins/locale/$1/LC_MESSAGES/gajim_plugins.mo
......@@ -77,7 +77,7 @@ case "$1" in
make_mo $2
;;
install_mo)
install_mo
install_mo $2
;;
all)
check_args $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment