We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fd04d commit 49f938dCopy full SHA for 49f938d
.github/workflows/python-docs-theme.yml
@@ -94,6 +94,9 @@ jobs:
94
git config user.name github-actions[bot]
95
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
96
git status
97
+
98
+ git ls-files --others --exclude-standard -- python-docs-theme.pot | xargs -r git add -v
99
+ git ls-files --others --exclude-standard -- ./*/LC_MESSAGES/python-docs-theme.po | xargs -r git add -v
100
git diff -I'^"POT-Creation-Date: ' --numstat ./*/LC_MESSAGES/python-docs-theme.po python-docs-theme.pot | cut -f3 | xargs -r git add -v
101
git diff-index --cached --quiet HEAD || { git commit -vm "Update translations from Transifex"; }
102
0 commit comments