{"title":"장고 현지화","version":"4.0","locale":"ko","docname":"internals/contributing/localizing","url":"/ko/4.0/internals/contributing/localizing/","canonical":"https://djangodocs.dev/ko/4.0/internals/contributing/localizing/","summary":"관리 사이트와 유효성 검사 오류 메시지 등 장고의 다양한 부분이 현지화됩니다. 즉, 각 사용자의 언어 또는 국가에 따라 다르게 표시됩니다. 이를 위해 Django는 :doc:”i18n 설명서”에 설명된 것과 동일한 현지화 및 현지화 인프라를 Django 애플리케이션에서 사용합니다. 번역…","html":"<h1>장고 현지화<a class=\"heading-anchor\" href=\"#localizing-django\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h1>\n<p>관리 사이트와 유효성 검사 오류 메시지 등 장고의 다양한 부분이 현지화됩니다. 즉, 각 사용자의 언어 또는 국가에 따라 다르게 표시됩니다. 이를 위해 Django는 :doc:”i18n 설명서”에 설명된 것과 동일한 현지화 및 현지화 인프라를 Django 애플리케이션에서 사용합니다.</p>\n<section id=\"translations\">\n<h2>번역<a class=\"heading-anchor\" href=\"#translations\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>번역은 전 세계 장고 사용자들에 의해 기여됩니다. 번역 작업은 트랜지펙스에서 조율됩니다.</p>\n<p>잘못된 번역을 찾거나 구체적인 번역을 논의하려면 ‘장고 프로젝트 페이지’를 참조하십시오. 번역을 돕거나 아직 번역되지 않은 언어를 추가하려면 다음과 같이 하십시오.</p>\n<ul>\n<li><p>장고국제화포럼에서 자신을 소개하세요.</p></li>\n<li><p>“ref:’장고i18n의 스페셜티’에 대한 메모를 반드시 읽어보십시오.</p></li>\n<li><p>Transifex_에서 등록하고 장고 프로젝트 페이지를 방문하십시오.</p></li>\n<li><p>‘장고 프로젝트’ 페이지에서 작업할 언어를 선택하거나 <strong>혹은</strong> 언어가 아직 존재하지 않는 경우 “언어 요청” 링크를 클릭하고 해당 언어를 선택하여 새 언어 팀을 요청하십시오.</p></li>\n<li><p>그런 다음 “팀 참여” 단추를 눌러 팀의 구성원이 됩니다. 각 팀에는 구성원 자격 요청을 검토할 담당 코디네이터가 한 명 이상 있습니다. 또한 팀 코디네이터에게 연락하여 절차상의 문제를 명확히 하고 실제 번역 과정을 처리할 수 있습니다.</p></li>\n<li><p>팀 구성원이면 팀 페이지에서 업데이트할 번역 리소스를 선택합니다. 예를 들어 “핵심” 리소스는 기여하지 않는 모든 변환을 포함하는 변환 카탈로그를 참조합니다. 각 기여 앱에는 리소스(“contrib” 접두사)도 있습니다.</p>\n<aside class=\"admonition admonition-note\" role=\"note\">\n<p class=\"admonition-title\">참고</p>\n<p>Transifex 사용 방법에 대한 자세한 내용은 “Transifex 사용자 안내서”를 참조하십시오.</p>\n</aside>\n</li>\n</ul>\n<p>Transifex의 번역은 새로운 :term:’feature release’가 출시될 때만 Django 저장소에 통합됩니다다. 다음 중 하나:term:’ 패치 릴리스’s 중에 두 번째 업데이트를 시도하지만 이는 번역 관리자의 가용성에 따라 다릅니다. 따라서 해당 언어의 번역을 완료하고 수정할 수 있는 기회를 놓치지 마십시오!</p>\n</section>\n<section id=\"formats\">\n<h2>포맷<a class=\"heading-anchor\" href=\"#formats\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>‘’conf/<a class=\"reference external\" href=\"http://formats.py\">http://formats.py</a>’’도 볼 수 있습니다. 이 파일은 날짜, 시간 및 로케일의 특수성 형식을 나타내는 숫자를 설명합니다. 자세한 내용은 :doc:’/topics/i18n/formating’을 참조하십시오.</p>\n<p>형식 파일은 Transifex를 사용하여 관리되지 않습니다. 코드를 변경하려면 코드 변경과 마찬가지로 Django 소스 트리에 대해 :doc:’패치&lt;writing-code/submitting-patchs&gt;를 생성해야 합니다.</p>\n<ul class=\"simple\">\n<li><p>현재 Git 주 분기에 대해 diff를 작성합니다.</p></li>\n<li><p>장고의 티켓 시스템에서 티켓을 열고 “구성요소” 필드를 “번역”으로 설정한 후 패치를 붙입니다.</p></li>\n</ul>\n</section>\n<section id=\"documentation\">\n<span id=\"translating-documentation\"></span><h2>문서<a class=\"heading-anchor\" href=\"#documentation\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>문서를 번역할 수 있는 기회도 있습니다. 이 작업은 완전히 완료해야 하는 큰 작업이지만, 경고를 받았습니다. 우리는 동일한 “Transifex 도구 &lt;<a class=\"reference external\" href=\"https://www.transifex.com/django/django-docs/\">https://www.transifex.com/django/django-docs/</a>&gt;를 사용합니다. 번역은 “<a class=\"reference external\" href=\"https://docs.djangoproject.com//\">https://docs.djangoproject.com//</a>”에서 볼 수 있는데, 적어도 “filename/intro/<a href=\"#id1\"><span class=\"problematic\" id=\"id2\">*</span></a>” 파일이 사용자의 언어로 완전히 번역될 때 나타납니다.</p>\n<p>번역본이 출판되면 트랜시펙스의 업데이트 버전은 불규칙적으로 ‘django/django-disculations &lt;<a class=\"reference external\" href=\"https://github.com/django/django-docs-translations\">https://github.com/django/django-docs-translations</a>&gt;_ 저장소와 문서 웹사이트로 이동될 것입니다. 최신 안정 장고 릴리스에 대한 번역만 업데이트됩니다.</p>\n</section>","rootId":"localizing-django","toc":[{"title":"번역","anchor":"translations","children":[]},{"title":"포맷","anchor":"formats","children":[]},{"title":"문서","anchor":"documentation","children":[]}],"breadcrumbs":[{"docname":"internals/index","title":"Django internals","url":"/ko/4.0/internals/"},{"docname":"internals/contributing/index","title":"장고에 기여하기","url":"/ko/4.0/internals/contributing/"}],"prev":{"docname":"internals/contributing/writing-documentation","title":"문서 작성하기","url":"/ko/4.0/internals/contributing/writing-documentation/"},"next":{"docname":"internals/contributing/committing-code","title":"코드 커밋","url":"/ko/4.0/internals/contributing/committing-code/"},"formats":{"html":"/ko/4.0/internals/contributing/localizing/","markdown":"/ko/4.0/internals/contributing/localizing.md","json":"/ko/4.0/internals/contributing/localizing.json"},"source":"https://github.com/django/django/blob/stable/4.0.x/docs/internals/contributing/localizing.txt","official":"https://docs.djangoproject.com/ko/4.0/internals/contributing/localizing/","inVersions":["6.1","6.0","5.2","5.1","5.0","4.2","4.1","4.0","3.2","3.1","3.0","2.2","2.1","2.0","1.11"],"inLocales":["en","zh-hans","fr","ja","id","it","pt-br","ko","es","el","pl"]}