Skip to content

New progress script + New translation #144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 2, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Update scripts/progress.py
  • Loading branch information
egeakman authored May 2, 2023
commit 689d6b85dfabcc47cd34ed8124c2b77c373fbe7a
2 changes: 1 addition & 1 deletion scripts/progress.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from argparse import ArgumentParser
from functools import lru_cache
from subprocess import CalledProcessError, check_output
from subprocess import check_output

import polib

Expand Down