aboutsummaryrefslogtreecommitdiff
path: root/docs/ko/translation-guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ko/translation-guide.md')
-rw-r--r--docs/ko/translation-guide.md37
1 files changed, 35 insertions, 2 deletions
diff --git a/docs/ko/translation-guide.md b/docs/ko/translation-guide.md
index 3df7556e5f..8a3e990b5d 100644
--- a/docs/ko/translation-guide.md
+++ b/docs/ko/translation-guide.md
@@ -6,8 +6,9 @@
4. **[번역 가이드](#번역-가이드)**
5. **[용어 지침](#용어-지침)**
6. **[code formatter](#code-formatter)**
-7. **[자주 묻는 질문](#자주-묻는-질문)**
-8. **[맺음말](#맺음말)**
+7. **[기타](#기타)**
+8. **[자주 묻는 질문](#자주-묻는-질문)**
+9. **[맺음말](#맺음말)**
---
## MDN 번역 콘텐츠에 대한 일반 지침
@@ -208,6 +209,38 @@ EDITOR=code
code formatter의 한 종류인 Prettier의 기본 설정을 따르며, 추가적으로 `printWidth: 120`, `semi: false`, `singleQuote: true`옵션이 추가됩니다. [참고 PR](https://github.com/mdn/translated-content/pull/1065)
+## 기타
+
+### 1. All hidden paragraphs about Browser Compatibility can be deleted
+
+issue: [#1008](https://github.com/mdn/translated-content/issues/1008)
+
+다음은 `en-us locale`에 대한 기본 compatibility 항목입니다. 현재 `ko locale`에는 여러 번역 문구들이 있습니다. 이 문구들은 모두 삭제돼야합니다.
+
+1차적으로 https://gist.github.com/hochan222/ad801f7a6325e2b2e391ab634d6d18ce 로 30가지 경우에 대해 [PR 1176](https://github.com/mdn/translated-content/pull/1176) 에서 처리했으며, 나머지 경우에 대해 정규표현식을 작성해 삭제하거나 발견시 삭제 바랍니다.
+
+#### 기본 항목
+
+- 1
+```html
+<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div>
+```
+
+- 2
+```html
+<div class="hidden">
+<p>The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
+</div>
+```
+
+- 3
+```html
+<p class="hidden">The compatibility table in this page is generated from structured data.
+ If you'd like to contribute to the data, please check out <a
+ href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>
+ and send us a pull request.</p>
+```
+
## 자주 묻는 질문
**1. `{{Compat}}` 하고 `{{Specifications}}` 이건 ko 에서는 보이지 않습니다.**