Add more detail in a warning message. useful when we add a new L10N language at first time

This commit is contained in:
Milamber 2013-04-29 13:53:25 +01:00
parent 8e5186daf1
commit 53d69d34ca
1 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,9 @@ doDownloadL10NLangs()
sed -i"" "s/\\\\\\\'/'/g" ${WORKDIR}/messages_${CODELANG}.properties
tx set -r ${ARGUMENTS} -l ${CODELANG} ${WORKDIR}/messages_${CODELANG}.properties
else
echo "Warning: the resource file for language ${CODELANG} doesn't exist."
echo "\nWarning: the resource file for language ${CODELANG} doesn't exist."
echo "Run this command to force get this language from transifex:"
echo "\ntx set -r ${ARGUMENTS} -l ${CODELANG} ${WORKDIR}/messages_${CODELANG}.properties\n"
fi
done