Skip to content

Commit c5bfba2

Browse files
author
Maciej Olko
committed
Use new Transifex client flag --use-git-timestamps instead of --force while pulling the translation
1 parent 9b7d881 commit c5bfba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage_translation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def fetch():
3131
exit(1)
3232
lang = LANGUAGE
3333
if os.getenv('GITHUB_ACTIONS'):
34-
call(f'tx pull -l {lang} --minimum-perc=1 --force', shell=True)
34+
call(f'tx pull -l {lang} --minimum-perc=1 --use-git-timestamps', shell=True)
3535
else:
3636
call(f'tx pull -l {lang} --minimum-perc=1', shell=True)
3737
for root, _, po_files in os.walk('.'):

0 commit comments

Comments
 (0)