We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0cd3fb commit edcc069Copy full SHA for edcc069
scripts/stats.py
@@ -32,7 +32,7 @@ def main() -> None:
32
stats = scan_path(pofiles_path, no_cache=True, hide_reserved=False, api_url="")
33
34
stats_data = {
35
- "completion": str(round(stats.completion, 2)),
+ "completion": str(round(stats.completion, 2)) + "%",
36
"translated": stats.translated,
37
"entries": stats.entries,
38
"updated_at": datetime.now(timezone.utc).isoformat(timespec="seconds") + "Z",
0 commit comments