Coder Social home page Coder Social logo

Comments (14)

taggon avatar taggon commented on April 26, 2024 2

https://github.com/reactjs/ko.reactjs.org/wiki/Best-practices-for-translation
위키 페이지를 만들었습니다. 추가�할만한 항목이 있으면 따로 이슈를 만들어 진행하면 좋을 것 같습니다.

위키 페이지를 만들었으므로 이슈 닫겠습니다.

from ko.reactjs.org.

taehwanno avatar taehwanno commented on April 26, 2024 1

textlint linter를 사용해서 일정 부분 자동화할 수 있을 것 같아요.
#42 에서 쌍점, 쌍반점과 외래어 표기, 약속된 용어에 대한 규칙(rule)을 만들어서 master에 반영해놨습니다.

from ko.reactjs.org.

taggon avatar taggon commented on April 26, 2024 1

별다른 의견 없으시면 일단 현재까지 작성된 내용을 기준으로 위키 문서를 작성하고 다시 추가해가는 게 어떨까 합니다.
cc @reactjs/reactjs-org-korean-translation

from ko.reactjs.org.

Violet-Bora-Lee avatar Violet-Bora-Lee commented on April 26, 2024 1

안녕하세요. 자바스크립트 튜토리얼 한글화 프로젝트에서 메인테이너로 활동하고있는 이보라입니다. 리액트 공식문서의 위키를 참고하여 저희 프로젝트의 위키를 작성하게되어, 알려드리고자 이렇게 코멘트를 답니다. KIGO번역스타일 가이드를 참고하여 몇가지 사항을 더 추가하였고, 약간의 수정도 해보았습니다.

링크: https://github.com/javascript-tutorial/ko.javascript.info/wiki/%EB%B2%88%EC%97%AD-%EB%AA%A8%EB%B2%94-%EC%82%AC%EB%A1%80

혹시라도 불편하시다면 직접링크거는것으로 대체하겠습니다. 감사합니다.

from ko.reactjs.org.

Ailrun avatar Ailrun commented on April 26, 2024

피동형 문장과 관련된 예시에 '보때다' 라는 잘못된 단어가 등장하는데, '보이다' 의 오타로 보입니다.

🇬🇧 Elements appeared on the screen

👍모범 사례
화면에 보이는 엘리먼트

👎잘못된 사례
화면에 보여지는 엘리먼트

를 의도하신 게 맞나요?

from ko.reactjs.org.

taggon avatar taggon commented on April 26, 2024

@Ailrun 어라... 그게 왜 그렇게 저장됐을까요... ;; 에디터에서 써서 옮긴 글인데 에디터에는 보이다로 되어있는데요. 이상하네요. 수정하겠습니다 ㅎㅎ

from ko.reactjs.org.

Ailrun avatar Ailrun commented on April 26, 2024

덧붙여보자면

강조가 필요한 경우에는 이탤릭체를 영문에 적용합시다.

한글에는 이탤릭체에 해당하는 기울임꼴이 존재하지 않습니다. 컴퓨터 상에서 볼 수 있는 한글 이탤릭체들은 한글 글씨를 기울여서 만든 것으로, 이탤릭체를 따로 글씨체에 포함하는 영문 글꼴과는 다른 방식으로 만드는 경우가 많습니다. 따라서 이탤릭체를 사용해야할 경우에는 다음과 같이 영문에 적용하도록 합니다.

🇬🇧 This inversion of control can make your code cleaner in many cases by reducing the amount of props you need to pass through your application and giving more control to the root components.

👍모범 사례
이런 제어의 역전( inversion of control )을 사용하면 어플리케이션 내에서 필요한 props의 갯수를 줄일 뿐만 아니라 최상위 컴포넌트에게 더 많은 자유를 줄 수 있고, 결과적으로 코드를 더 깔끔하게 만들 수 있습니다.
👎잘못된 사례
이런 제어의 역전 을 사용하면 어플리케이션 내에서 필요한 props의 갯수를 줄일 뿐만 아니라 최상위 컴포넌트에게 더 많은 자유를 줄 수 있고, 결과적으로 코드를 더 깔끔하게 만들 수 있습니다.

는 어떤가요?

코드 블록은 마크다운의 이탤릭체 표기가 적용이 안 돼서 인용으로 표기했습니다.

from ko.reactjs.org.

Ailrun avatar Ailrun commented on April 26, 2024

또한 쉼표의 경우에는 예시로 드신

JavaScript와 마찬가지로, 가독성이 좋아 보이는 방식을 선택하면 됩니다.

가 한글 맞춤법 링크의 12 번 경우에 해당하기 때문에 ('JavaScript와 마찬가지로'가 'JavaScript 와 마찬가지로 가독성이 좋은'과 같이 연결되는 것이 아니라, 'JavaScript 와 마찬가지로 방식을 선택' 하는 것으로 연결되기 때문에) 부적절하다고 생각합니다.

제 생각에는, 국어 내에서도 쉼표를 사용해야할 곳이 많으니, 쉼표를 제한적으로 사용한다기보다는 '쉼표를 무조건 쉼표로 번역하지 맙시다' 정도의 권고가 어떨까 싶네요.

from ko.reactjs.org.

taggon avatar taggon commented on April 26, 2024

@Ailrun
쉼표 부분에 관해서는 주신 의견을 반영했습니다. 예문이 적절하지 않았던 것 같아서 예문도 수정했고요.

이탤릭체의 사용에 대해서는 확신이 없어서 아직 반영하지 않았습니다. 서적 번역에서는 기울임꼴 대신 아예 다른 모양의 글꼴을 사용하거나 굵은 글씨로 표현하곤 하는데 온라인 문서에서는 어떤 게 더 좋을지 모르겠습니다. 이 부분은 다른 분들의 의견을 기다려보겠습니다.

from ko.reactjs.org.

Ailrun avatar Ailrun commented on April 26, 2024

굵은 글씨로 표기하지 않은 것은 문서에서 굵은 글씨가 다른 방식(용어의 표시가 아닌 단순 강조)로 사용되고 있어서였습니다.
다른 글씨체로 표기하는 것은 MD 에서 간단하지가 않은지라... 약간 HTML 입히면 되기는 하지만...
본래 국어 조판에서 강조해야하는 글귀에 사용되는 방식은 말씀하신 것 외에도 위 강조점이 있습니다만, 이 역시 MD 에서 간단하지 않지요.

from ko.reactjs.org.

taehwanno avatar taehwanno commented on April 26, 2024

@taggon 좋아요 :) 🚀

from ko.reactjs.org.

simsim0709 avatar simsim0709 commented on April 26, 2024

@taggon 네 저도 좋습니다.

from ko.reactjs.org.

gnujoow avatar gnujoow commented on April 26, 2024

@taggon 좋습니다. pr template에도 추가하도록 할게요
cc @reactjs/reactjs-org-korean-translation

from ko.reactjs.org.

de24world avatar de24world commented on April 26, 2024

모범 사례에서 일부만 영어 원문만 표기가 되어있는데, 모두 영어 원문이 표기되어있으면 좋을거 같습니다.

from ko.reactjs.org.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.