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" + }