-
Notifications
You must be signed in to change notification settings - Fork 129
translate “Remove Unused Imports and Sort Imports Commands” for Editors in ko #191
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Translation of TypeScript 4.9.mdtitle: TypeScript 4.9 oneline: TypeScript 4.9 Release NotesThe
|
@microsoft-github-policy-service agree |
The first was called "Organize Imports" which would remove unused imports, and then sort the remaining ones. | ||
It would rewrite that file to look like this one: | ||
첫 번째는 사용되지 않는 import 를 제거하고 남은 import 를 정렬하는 "Organize Imports" 입니다. | ||
이것은 파일을 다음과 같이 재작성합니다. |
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.
이것은 파일을 다음과 같이 재작성합니다. | |
이것은 파일을 다음 예시 코드처럼 재작성합니다. |
[제안]
@swimmee 번역 감사합니다 👍 |
@bumkeyy 리뷰 감사합니다👍 반영해보았는데 확인부탁드립니다! |
LGTM |
Merging because @bumkeyy is a code-owner of all the changes - thanks! |
No description provided.