aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcheck_for_translation_work.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/check_for_translation_work.sh b/check_for_translation_work.sh
index a267fb2e..dc3f12d7 100755
--- a/check_for_translation_work.sh
+++ b/check_for_translation_work.sh
@@ -7,7 +7,7 @@
#
# Filip Komar, 2012, 2013
# Remco Rijnders, 2012
-# $Id: check_for_translation_work.sh 2013-12-07 18:07:00 UTC filip $
+# $Id: check_for_translation_work.sh 2013-12-26 19:49:00 UTC filip $
#
# Please see git for a list of changes to this script.
#
@@ -22,6 +22,7 @@ language_code=xx
# Where to put the files from repositories and your working directory,
# please make sure those directories exist before running the script!!!
+# Don't use tilde character (~) for directory expansion as it doesn't work!
svn_directory="/home/user/Mageia/i18n/svn"
git_directory="/home/user/Mageia/i18n/git" # added after git transition
working_translations_directory="/home/user/Mageia/i18n/translations/$language_code"