Skip to content
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
Next Next commit
Usage comment
  • Loading branch information
humitos committed Jun 19, 2020
commit e4564bb1b20e06dd74b4145dfd9c1950eaba3da6
3 changes: 3 additions & 0 deletions scripts/create_issue.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Use together with `pageviews.py`
# 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 '{}'

import os
import sys
from pathlib import Path
Expand Down