From e5de036c54165b150b6becfe918713afdf77b4bb Mon Sep 17 00:00:00 2001 From: filip Date: Mon, 3 Feb 2014 18:13:42 +0100 Subject: svn upgrade added, if needed after your local distribution upgrade --- check_for_translation_work.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'check_for_translation_work.sh') 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 -- cgit v1.2.1