958a9f Update locale_editMessages.sh.

Authored and Committed by areguera 13 years ago
Scripts/Bash/Cli/Functions/Locale/locale_editMessages.sh CHANGED
@@ -28,10 +28,7 @@ function locale_editMessages {
28
28
29
29
local FILES=''
30
30
31
- # Define list of files to process. In this case the `--filter'
31
+ # Define list of files to process.
32
- # option (FLAG_FILTER) does not affect find's result. Instead, the
33
- # filter pattern is set explicitly based on the working directory
34
- # where translation messages are sotred in.
35
32
if [[ ${WORKDIR} =~ 'trunk/Locales/Scripts' ]];then
36
33
FILES=$(cli_getFilesList "${WORKDIR}" ".*${TEXTDOMAIN}\.po")
37
34
else