aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xcheck_for_translation_work.sh5
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8c1cf5d0..8d877917 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
NEWS
+2014/02/03
+svn upgrade added, if needed after your local distribution upgrade
+
2013/12/07
added print of script and database version
added some details for usage
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