From ab92b33853336560f7428db0aae933f30cfc77b1 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 27 2011 03:46:07 +0000 Subject: Update locale_updateMessages.sh. --- diff --git a/Scripts/Functions/Locale/locale_updateMessages.sh b/Scripts/Functions/Locale/locale_updateMessages.sh index 26cc4ba..7ac5869 100755 --- a/Scripts/Functions/Locale/locale_updateMessages.sh +++ b/Scripts/Functions/Locale/locale_updateMessages.sh @@ -36,7 +36,7 @@ function locale_updateMessages { # extract translatable strings from XML-based files or to use # xgettext to extract translatable strings from shell script # files. - if [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Identity/(Manual|Models/.+)$" ]];then + if [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Identity/(Models|Manual|Themes/Models)/.+$" ]];then # Update translatable strings inside portable object templates # for XML-based files (e.g., scalable vector graphics).