Skip to content

Commit 8888729

Browse files
committed
fix(translations): Translate apps listed in master
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 08d850f commit 8888729

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)