We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d9d62 commit e7e03f6Copy full SHA for e7e03f6
scripts/commit.sh
@@ -20,7 +20,7 @@ set -u
20
git status -s | grep '^ D ' | cut -d' ' -f3 | xargs -r git rm
21
22
# Add only updates that do not consist only of 'POT-Creation-Date' header change
23
-git diff -I'^"POT-Creation-Date: ' --numstat *.po **/*.po | cut -f3 | xargs -r git add -v
+git diff -I'^"POT-Creation-Date: ' -I'^"Language: pt_BR' --numstat *.po **/*.po | cut -f3 | xargs -r git add -v
24
25
# Add currently untracked PO files, and update other helper files
26
untracked_files=$(git ls-files -o --exclude-standard *.po **/*.po)
0 commit comments