diff --git a/Scripts/Bash/Functions/Locale/locale_getActions.sh b/Scripts/Bash/Functions/Locale/locale_getActions.sh index 63a37f3..25425d0 100644 --- a/Scripts/Bash/Functions/Locale/locale_getActions.sh +++ b/Scripts/Bash/Functions/Locale/locale_getActions.sh @@ -98,9 +98,8 @@ function locale_getActions { # a parallel directory under `trunk/Locales' to store its # translation messages. local WORKDIR=$(echo $ACTIONVAL | sed -r \ - -e 's!trunk/(Identity|Manuals|Scripts)!trunk/Locales/\1!' \ - -e "s!Models/([A-Za-z0-9]+)/?!!") - + -e 's!trunk/(Identity|Manuals|Scripts)!trunk/Locales/\1!') + # Syncronize changes between the working copy and the central # repository to bring down changes. cli_commitRepoChanges "${WORKDIR}"