Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork215
Translate sphinx.po#75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Versions note not updated
fix white space error.make could not complete. I don't know why.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
讚爆
sphinx.po Outdated
#: ../../tools/templates/indexsidebar.html:9 | ||
msgid "Python 3.6 (security-fixes)" | ||
msgstr "" | ||
msgstr "Python 3.8(安全性修護)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
s/3.8/3.6
fix "3.6"
Fixed. |
sphinx.po Outdated
#: ../../tools/templates/indexcontent.html:8 | ||
msgid "Welcome! This is the documentation for Python %(release)s." | ||
msgstr "" | ||
msgstr "歡迎!這是 Python %(release) 的說明文件。" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
可能是因為這裡少了 s
Update version's note.
StevenHsuYL commentedJun 2, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
It works after fixing "s". Thanks! |
This is a small piece at Doc homepage.
The version's notes in index sidebar ("Docs by version" column) were not updated, so the translation would be incorrect.