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 4c7d446 commit e4564bbCopy full SHA for e4564bb
scripts/create_issue.py
@@ -1,3 +1,6 @@
1
+# Use together with `pageviews.py`
2
+# python scripts/pageviews.py | head -n 150 | grep -v whats | cut -d ' ' -f 2 | sed 's/\.html/\.po/g' | xargs -I '{}' python scripts/create_issue.py '{}'
3
+
4
import os
5
import sys
6
from pathlib import Path
0 commit comments