diff --git a/Scripts/Bash/Cli/Functions/Locale/locale_updateMessageXml.sh b/Scripts/Bash/Cli/Functions/Locale/locale_updateMessageXml.sh index 5dbba2c..f0c6244 100755 --- a/Scripts/Bash/Cli/Functions/Locale/locale_updateMessageXml.sh +++ b/Scripts/Bash/Cli/Functions/Locale/locale_updateMessageXml.sh @@ -36,7 +36,7 @@ function locale_updateMessageXml { # Build list of files to process. if [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Identity/.+" ]];then - FILES=$(cli_getFilesList "$ACTIONVAL" "${FLAG_FILTER}\.(svg|xml)") + FILES=$(cli_getFilesList "$ACTIONVAL" "${FLAG_FILTER}\.(svg|docbook)") else cli_printMessage "`gettext "The path provided can't be processed."`" 'AsErrorLine' cli_printMessage "$(caller)" 'AsToKnowMoreLine'