From 9349f3fdc71510cce49d012b805f9a7529bd5d6f Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 14 2012 16:47:39 +0000 Subject: Update `Functions/Locale/locale_updateMessageBinary.sh' file. --- diff --git a/Scripts/Bash/Functions/Locale/locale_updateMessageBinary.sh b/Scripts/Bash/Functions/Locale/locale_updateMessageBinary.sh index 6e04bbc..f494f0b 100755 --- a/Scripts/Bash/Functions/Locale/locale_updateMessageBinary.sh +++ b/Scripts/Bash/Functions/Locale/locale_updateMessageBinary.sh @@ -45,7 +45,7 @@ function locale_updateMessageBinary { # functionalities we did donwload into the working copy and no # others. There is no need to have translation messages for # functionalities we didn't download. - local PO_FILES=$(cli_getFilesList ${L10N_WORKDIR} --type='f' --pattern="/messages.po$") + local PO_FILES=$(cli_getFilesList ${L10N_WORKDIR} --type='f' --pattern="^.+/messages.po$") # Define absolute path to machine object directory. local MO_DIR="${L10N_WORKDIR}/LC_MESSAGES"