From 3f3263c3708d25315b9356a8a68d89811b0f91f2 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Nov 26 2010 21:40:23 +0000 Subject: Add cli_commitRepoChanges verification to locale_doMessages.sh bottom. --- diff --git a/Scripts/Bash/Functions/Locale/locale_doMessages.sh b/Scripts/Bash/Functions/Locale/locale_doMessages.sh index bdfbe14..ca115a5 100755 --- a/Scripts/Bash/Functions/Locale/locale_doMessages.sh +++ b/Scripts/Bash/Functions/Locale/locale_doMessages.sh @@ -77,4 +77,8 @@ function locale_doMessages { # Create machine object (.mo). msgfmt $PO_FILE --output=$MO_FILE + # Check repository changes and ask you to commit them up to + # central repository. + cli_commitRepoChanges "$TEXTDOMAINDIR" + }