From 3e6ab403023c9c80f1aa7f988d6bccbbb9072b2e Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 12 2011 18:22:14 +0000 Subject: Update locale_updateMessageShell.sh. --- diff --git a/Scripts/Bash/Cli/Functions/Locale/locale_updateMessageShell.sh b/Scripts/Bash/Cli/Functions/Locale/locale_updateMessageShell.sh index b1fd359..65154e9 100755 --- a/Scripts/Bash/Cli/Functions/Locale/locale_updateMessageShell.sh +++ b/Scripts/Bash/Cli/Functions/Locale/locale_updateMessageShell.sh @@ -34,7 +34,7 @@ function locale_updateMessageShell { # Define file name used as reference to create portable object # templates (.pot), portable objects (.po) and machine objects # (.mo). - FILE="${WORKDIR}/${TEXTDOMAIN}" + FILE="${WORKDIR}/$(cli_getCurrentLocale)/${TEXTDOMAIN}" # Build list of files to process. if [[ $ACTIONVAL =~ "^${CLI_BASEDIR}" ]];then