Skip to content

Commit 1fe1b37

Browse files
Merge pull request #715 from nextcloud/bugfix/noid/translate-new-server-apps
fix(translations): Translate apps listed in master
2 parents 08d850f + 8888729 commit 1fe1b37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

translations/handleTranslations.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ done
5959
# remove intermediate POT files
6060
rm -rf stable-templates
6161

62+
# Checkout master so we have the newest .tx/config with the newest list of resources
63+
git checkout master
64+
6265
# push sources
6366
tx push -s
6467

0 commit comments

Comments
 (0)