From cad52d23e1d2f43d87daa04bef17159c9c7b442a Mon Sep 17 00:00:00 2001
From: guinux <nuxgui@gmail.com>
Date: Thu, 20 Aug 2015 18:54:28 +0200
Subject: [PATCH] add missing translations of optional_for

---
 po/fr.po              | 4 ++++
 po/pamac.pot          | 4 ++++
 po/update_po_files.sh | 2 +-
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/po/fr.po b/po/fr.po
index 6ed47c91..041466ef 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -412,6 +412,10 @@ msgstr "Dépendances optionnelles"
 msgid "Required By"
 msgstr "Requis par"
 
+#: ../src/manager_window.vala
+msgid "Optional For"
+msgstr "Optionnel pour"
+
 #: ../src/manager_window.vala
 msgid "Provides"
 msgstr "Fournit"
diff --git a/po/pamac.pot b/po/pamac.pot
index 466fd4c8..2b885e96 100644
--- a/po/pamac.pot
+++ b/po/pamac.pot
@@ -401,6 +401,10 @@ msgstr ""
 msgid "Required By"
 msgstr ""
 
+#: ../src/manager_window.vala
+msgid "Optional For"
+msgstr ""
+
 #: ../src/manager_window.vala
 msgid "Provides"
 msgstr ""
diff --git a/po/update_po_files.sh b/po/update_po_files.sh
index d0c30232..03462fe5 100755
--- a/po/update_po_files.sh
+++ b/po/update_po_files.sh
@@ -1,5 +1,5 @@
 #! /bin/sh
 
 for i in `ls ./ | sed s'|.po||'` ; do
-	msgmerge --update --no-fuzzy-matching --add-location=file --backup=none ./$i.po pamac.pot
+	msgmerge --update --no-fuzzy-matching --no-wrap --add-location=file --backup=none ./$i.po pamac.pot
 done
-- 
GitLab