javascript-tutorial / javascript-tutorial/ko.javascript.info
[개선제안] 코드 블럭으로 감싸진 내용 관련 위키 모범사례 추가
- 主要语言
- HTML
- 星标
- 2k
- 派生
- 852
- PR 合并指标
- 30 天内没有已合并 PR
描述
## 자바스크립트 튜토리얼 한국 저장소 개선을 위해 제안할 사항
- [ ] 코드 블럭으로 감싸진 내용 관련하여 위키 모범사례에 추가
## 제안한 이유
번역 진행 시 코드 블럭으로 감싸진 document 관련 내용이 종종 들어있습니다.
ex) Drag'n'Drop 페이지
https://javascript.info/mouse-drag-and-drop
Another important aspect – we track ```mousemove``` on ```document```, not on ```ball```. From the first sight it may seem that the mouse is always over the ball, and we can put ```mousemove``` on it.
But as we remember, ```mousemove``` triggers often, but not for every pixel. So after swift move the pointer can jump from the ball somewhere in the middle of document (or even outside of the window).
So we should listen on ```document``` to catch it.
위 글에서 document를 '문서'로 번역하게 될 경우 번역문이 매끄럽지 않고, 사용자로 하여금 오해할 수 있는 여지가 발생합니다.
따라서, 코드 블럭에 하여금 번역을 하지 않거나, 문장을 그대로 쓰는 음차 번역을 하여 'document'로 작성하고, 이와 같은 내용을 wiki에 추가하려고 합니다.
## 추가적으로 논의할 사항
贡献指南
调研方向
首先查看 repository wiki 中的指南,以及 javascript.info/mouse-drag-and-drop 上引用的 Drag'n'Drop 页面。检查韩语翻译中如何处理 `mousemove` 和 `document` 等代码格式术语。完成的标准是 wiki 中包含一条明确的最佳实践,说明如何保留或音译此类术语,而不是像普通 prose 一样翻译它们。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- documentation, localization
- Issue 类型
- 文档
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100