Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[3.13] Fetch 0 percent resources
To clear out incorrect translations.
  • Loading branch information
m-aciek committed Sep 11, 2025
commit eff4ae74633df0aa911c21eb88e091a7c9dcbfd2
2 changes: 1 addition & 1 deletion manage_translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def fetch():
sys.stderr.write("The Transifex client app is required.\n")
exit(code)
lang = LANGUAGE
_call(f'tx pull -l {lang} --minimum-perc=1 --force --skip')
_call(f'tx pull -l {lang} --force --skip')
for file in Path().rglob('*.po'):
_call(f'msgcat --no-location -o {file} {file}')

Expand Down