-
-
Notifications
You must be signed in to change notification settings - Fork 51
#1004 - 1차 번역 / 리뷰 부탁 드립니다. #1105
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
sphinx-lint 경고가 나오고 있습니다.
그대로 두면 빌드 시스템이 불평할 것이라, 고치는게 좋겠습니다. 줄번호로 시작하는 블럭의 msgstr 을 살펴보세요. 아마 끝에 공백 문자가 포함되어 있을겁니다. 감사합니다. |
수정했습니다 |
library/__main__.po
Outdated
msgstr "" | ||
"표준 라이브러리에서 최소한의 ``__main__.py`` 를 가진 패키지 예시로는 :mod:`venv` 를 들 수 있습니다. 이 " | ||
"모듈에는 ``if __name__ == '__main__'`` 블록이 포함되어 있지 않으며, ``python -m venv " | ||
"[directory]`` 명령으로 호출할 수 있습니다. " |
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.
여기 trailing whitespace 가 하나 남아있습니다.
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.
Last-Translator 도 바꾸시는 것이 좋지 않을까요?
두개 모두 수정하였습니다. 다음부터는 trailing whitespace체크를 더 잘하겠습니다 |
리뷰 부탁드립니다. 처음 해보는 활동이라 놓친게 많을 수도 있습니다. 감사합니다.