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

List:       kde-commits
Subject:    [kwave] bin: updated svn-update-l10n script: also check out pot files
From:       Thomas Eschenbacher <Thomas.Eschenbacher () gmx ! de>
Date:       2016-03-20 5:41:24
Message-ID: E1ahW7A-0005TE-93 () scm ! kde ! org
[Download RAW message or body]

Git commit 3a1e5ad16d162928b2e11acd9e913cb88a236bce by Thomas Eschenbacher.
Committed on 20/03/2016 at 05:41.
Pushed by eschenbacher into branch 'master'.

updated svn-update-l10n script: also check out pot files

M  +10   -0    bin/svn-update-l10n.sh

http://commits.kde.org/kwave/3a1e5ad16d162928b2e11acd9e913cb88a236bce

diff --git a/bin/svn-update-l10n.sh b/bin/svn-update-l10n.sh
index e394c90..e6885d0 100755
--- a/bin/svn-update-l10n.sh
+++ b/bin/svn-update-l10n.sh
@@ -123,6 +123,16 @@ for lang in ${LINGUAS}; do
     echo "done"
 done
 
+if test ! -e "templates/messages/${CATEGORY}/desktop_${CATEGORY}_kwave.pot" ; then
+    checkout "" "templates" "messages" "${CATEGORY}" "desktop_${CATEGORY}_kwave.pot"
+fi
+if test ! -e "templates/messages/${CATEGORY}/kwave.appdata.pot" ; then
+    checkout "" "templates" "messages" "${CATEGORY}" "kwave.appdata.pot"
+fi
+if test ! -e "templates/messages/${CATEGORY}/kwave.pot" ; then
+    checkout "" "templates" "messages" "${CATEGORY}" "kwave.pot"
+fi
+
 # update all existing files in the repository
 svn update
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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