Skip to content

Commit

Permalink
Merge pull request #715 from nextcloud/bugfix/noid/translate-new-serv…
Browse files Browse the repository at this point in the history
…er-apps

fix(translations): Translate apps listed in master
  • Loading branch information
nickvergessen authored Jan 23, 2025
2 parents 08d850f + 8888729 commit 1fe1b37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions translations/handleTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ done
# remove intermediate POT files
rm -rf stable-templates

# Checkout master so we have the newest .tx/config with the newest list of resources
git checkout master

# push sources
tx push -s

Expand Down

0 comments on commit 1fe1b37

Please sign in to comment.