From 05e277421f8b1800b09969adac565b99c5219ea3 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 17 2011 14:46:38 +0000 Subject: Update locale_updateMessages.sh. --- diff --git a/Scripts/Functions/Locale/locale_updateMessages.sh b/Scripts/Functions/Locale/locale_updateMessages.sh index e8fd25c..b1143b0 100755 --- a/Scripts/Functions/Locale/locale_updateMessages.sh +++ b/Scripts/Functions/Locale/locale_updateMessages.sh @@ -35,7 +35,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/(Models|Manual|Themes/Models)/.+$" ]];then + if [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/(Manual|Identity/Models/.+)$" ]];then # Update translatable strings inside portable object templates # for XML-based files (e.g., scalable vector graphics).