Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 45ff06d + 0e8fa47 commit b33ae45Copy full SHA for b33ae45
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