Skip to content

[Suggestion]: React 공식 문서에 한국어 문서도 번역 완료된 문서로 추가하기 #1057

@hcooch2ch3

Description

@hcooch2ch3

Summary

중국어, 일본어처럼 React 공식 문서에 한국어 문서도 번역 완료된 문서로 추가하기

Page

https://react.dev/community/translations

Details

안녕하세요. 웹개발하면서 많은 분들이 번역에 기여해주신 한글 React 문서 잘 보고 있습니다.

한가지 제안 드리고 싶은게 있는데, React 공식 문서에 한국어 문서도 번역 완료된 문서로 추가되었으면 어떨가 해서 제안 올려봅니다.

다음 링크 https://github.com/reactjs/react.dev/blob/main/src/utils/finishedTranslations.tsfinishedTranslations.tsko 를 추가해서 머지하면 될 것 같습니다.

export const finishedTranslations = [
  'en',
  'zh-hans',
  'es',
  'fr',
  'ja',
  'tr',
 'ko' // 한국어 추가
];

image

감사합니다.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions