Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2017-09-11 13:18:00 +0300
committerYann Leboulanger <asterix@lagaule.org>2017-09-11 13:18:56 +0300
commiteca11d2498b6c6af8b63d5b3d5b32d5bc14d8e18 (patch)
tree79484461cf1de214d4cbc64fd05381208f01b441
parent64cfc5ea6e8ffe72a915af7b969ccfb0b0c56a76 (diff)
fix plugins_translate script
-rwxr-xr-xscripts/dev/plugins_translate4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dev/plugins_translate b/scripts/dev/plugins_translate
index dc9233cb4..c9e73e527 100755
--- 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 $@