aboutsummaryrefslogtreecommitdiffstats
path: root/check_for_translation_work.sh
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2014-02-03 18:13:42 +0100
committerfilip <filip.komar@gmail.com>2014-02-03 18:13:42 +0100
commite5de036c54165b150b6becfe918713afdf77b4bb (patch)
treef54db01c6d43d68ae1d3ffaef26faa06cdb7c655 /check_for_translation_work.sh
parent95be6a0ea469cfb96336a6541b337beb87c45a43 (diff)
downloadtools-e5de036c54165b150b6becfe918713afdf77b4bb.tar
tools-e5de036c54165b150b6becfe918713afdf77b4bb.tar.gz
tools-e5de036c54165b150b6becfe918713afdf77b4bb.tar.bz2
tools-e5de036c54165b150b6becfe918713afdf77b4bb.tar.xz
tools-e5de036c54165b150b6becfe918713afdf77b4bb.zip
svn upgrade added, if needed after your local distribution upgrade
Diffstat (limited to 'check_for_translation_work.sh')
-rwxr-xr-xcheck_for_translation_work.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/check_for_translation_work.sh b/check_for_translation_work.sh
index dc3f12d7..13c1e8bb 100755
--- a/check_for_translation_work.sh
+++ b/check_for_translation_work.sh
@@ -5,9 +5,9 @@
# displaying the project name when your language.po has fuzzy strings or
# empty string messages. Also useful for translation of web pages.
#
-# Filip Komar, 2012, 2013
+# Filip Komar, 2012, 2013, 2014
# Remco Rijnders, 2012
-# $Id: check_for_translation_work.sh 2013-12-26 19:49:00 UTC filip $
+# $Id: check_for_translation_work.sh 2014-02-03 16:58:00 UTC filip $
#
# Please see git for a list of changes to this script.
#
@@ -624,6 +624,7 @@ if [ -z "$work_on_web_pages_translation" ]; then
echo Working on: "$web_page_name" from "${web_pages[$web_page_name]}". | tee -a "$logfile"_this_run.log # \'
if [ -d "$svn_directory/$web_page_name/" ]; then
cd "$svn_directory/$web_page_name/"
+ svn upgrade | tee -a "$logfile"_this_run.log # if needed after your local distribution upgrade
# just echo $language_code.lang or *.php file line if they are updated
svn up | grep -E "$language_code.lang|en.lang|.php" | tee -a "$logfile"_this_run.log
# echo -n "" # debug