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 099213c commit d3baf33Copy full SHA for d3baf33
scripts/create_issue.py
@@ -1,5 +1,9 @@
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 '{}'
+"""
+Run this script with one variable:
3
+ - PO filename to create an issue for that file
4
+ - or '--all' to create the issues for all untranslated files that doesn't have an open issue already
5
+ - or '--one' to create the next one issue
6
7
8
import os
9
import sys
0 commit comments