aboutsummaryrefslogtreecommitdiffstats
path: root/check_for_translation_work.sh
diff options
context:
space:
mode:
authorRemco Rijnders <remmy@mageia.org>2012-08-16 06:02:16 +0000
committerRemco Rijnders <remmy@mageia.org>2012-08-16 06:02:16 +0000
commitdfa1d37956497aab34f87adcdfd58a6d88301179 (patch)
tree344a873b5d8beced95bd4f214b4a5bfff021dec1 /check_for_translation_work.sh
parent409f271839b956e2de7fe2811f9640d343e52840 (diff)
downloadtools-dfa1d37956497aab34f87adcdfd58a6d88301179.tar
tools-dfa1d37956497aab34f87adcdfd58a6d88301179.tar.gz
tools-dfa1d37956497aab34f87adcdfd58a6d88301179.tar.bz2
tools-dfa1d37956497aab34f87adcdfd58a6d88301179.tar.xz
tools-dfa1d37956497aab34f87adcdfd58a6d88301179.zip
- Remove debug statements
- Remove list of changes (now in SVN)
Diffstat (limited to 'check_for_translation_work.sh')
-rwxr-xr-xcheck_for_translation_work.sh17
1 files changed, 3 insertions, 14 deletions
diff --git a/check_for_translation_work.sh b/check_for_translation_work.sh
index faadf3ea..6e1a5d02 100755
--- a/check_for_translation_work.sh
+++ b/check_for_translation_work.sh
@@ -5,17 +5,10 @@
# displaying the project name when your language.po has fuzzy strings or
# empty string messages.
#
+# Filip Komar, 2012
# Remco Rijnders, 2012
-# Filip Komar, 30.04.2012 added svn_method choice & quiet_mode from svn
-# , 03.05.2012 added check_po_syntax choice & copying_po
-# , 04.05.2012 changed svn quiet to only grep language_file and *.pot file, added logging
-# , 15.06.2012 added web pages for translation, added _ in variable_names
-# , 21.06.2012 added mga2
-# , 23.06.2012 added mkdir, diff
-# , 27.06.2012 filename spaces refactoring, some bug solving
-# , 28.06.2012 some more bug solving
-# , 29.06.2012 added diff to working translation
-# , 03.07.2012 added checking for new pot files in svn
+#
+# Please see SVN for a list of changes to this script.
#
#
# Features:
@@ -198,8 +191,6 @@ if [ ! $debug -eq 1 ]; then
fi
-#pwd # debug
-#echo 1 # debug
# save pwd to saved_dir
saved_dir=$(pwd)
@@ -242,8 +233,6 @@ do
# echo -n "" # debug
cd "$svn_folder/$project_name"
fi
-# pwd # debug
-# echo 3 # debug
# verbose checking for fuzzy and untranslated strings
if [ $check_fuzzy_and_untranslated -eq 1 ]; then