Skip to content

Commit

Permalink
Update transifex_merge.yml (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
WatchTheFort authored Oct 1, 2024
1 parent 4d0345b commit 2cacec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/transifex_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
git fetch --unshallow origin transifex-synchronization-source
for dir in language/*/; do
if [ -d $dir ] && [ "$(basename $dir)" != "en" ]; then
git checkout transifex-synchronization-source -- $dir
git add $dir
git checkout transifex-synchronization-source -- language/$dir
git add language/$dir
fi
done
git commit -m "[Transifex] Update translations on master"
Expand Down

0 comments on commit 2cacec0

Please sign in to comment.