958a9f
Update locale_editMessages.sh.
@@ -28,10 +28,7 @@ function locale_editMessages {
|
|
28
28
|
|
29
29
|
local FILES=''
|
30
30
|
|
31
|
-
# Define list of files to process.
|
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
|