We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3f9dd commit 0e8fa47Copy full SHA for 0e8fa47
scripts/create_issue.py
@@ -41,10 +41,14 @@
41
42
# https://pygithub.readthedocs.io/en/latest/github_objects/Repository.html#github.Repository.Repository.create_issue
43
title = f'Translate `{pofilename}`'
44
+urlfile = pofilename.replace('.po', '.html')
45
issue = repo.create_issue(
46
title=title,
47
body=f'''This needs to reach 100% translated.
48
49
+The rendered version of this file will be available at https://docs.python.org/es/3.8/{urlfile} once translated.
50
+Meanwhile, the English version is shown.
51
+
52
Current stats for `{pofilename}`:
53
54
- Fuzzy: {pofile.fuzzy_nb}
0 commit comments