Yann Leboulanger pushed to branch master at gajim / gajim

Commits:
eca11d24 by Yann Leboulanger at 2017-09-11T12:18:56+02:00
fix plugins_translate script

- - - - -


1 changed file:

- scripts/dev/plugins_translate


Changes:

=====================================
scripts/dev/plugins_translate
=====================================
--- a/scripts/dev/plugins_translate
+++ b/scripts/dev/plugins_translate
@@ -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 $@



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/eca11d2498b6c6af8b63d5b3d5b32d5bc14d8e18

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/eca11d2498b6c6af8b63d5b3d5b32d5bc14d8e18
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to