[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [calligra] /: i18n: remove status message, gives i18n team problems
From:       Dag Andersen <danders () get2net ! dk>
Date:       2016-12-06 8:35:46
Message-ID: E1cEBE2-0006MD-Bm () code ! kde ! org
[Download RAW message or body]

Git commit f2003b65a057beb865df5c789a4aa030200b2564 by Dag Andersen.
Committed on 06/12/2016 at 08:34.
Pushed by danders into branch 'master'.

i18n: remove status message, gives i18n team problems

M  +0    -5    calligra_xgettext.sh

https://commits.kde.org/calligra/f2003b65a057beb865df5c789a4aa030200b2564

diff --git a/calligra_xgettext.sh b/calligra_xgettext.sh
index f63224d1fde..0d54ee43d36 100644
--- a/calligra_xgettext.sh
+++ b/calligra_xgettext.sh
@@ -7,7 +7,6 @@
 #     calligra_xgettext myapp.pot `find . -name \*.cpp -o -name \*.h`
 #
 function calligra_xgettext() {
-    echo -n "Creating $1 ... " 1>&2
     POTFILE="$podir/$1"
     shift
     if test -n "$*"; then
@@ -16,10 +15,6 @@ function calligra_xgettext() {
         calligra_xgettext_internal $* | tee "${POTFILE}" | tail -n1 | grep "^msgstr" > /dev/null \
             || rm -f "${POTFILE}" 2> /dev/null
     fi
-    if [ -e ${POTFILE} ]
-    then echo "done" 1>&2
-    else echo "failed" 1>&2
-    fi
 }
 
 function calligra_xgettext_internal() {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic