Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ko] Fix Markdown syntax #14903

Merged
merged 6 commits into from
Aug 8, 2023
Merged

[ko] Fix Markdown syntax #14903

merged 6 commits into from
Aug 8, 2023

Conversation

cobocho
Copy link
Contributor

@cobocho cobocho commented Aug 4, 2023

Description

I added code block highlighting and bold formatting to the Markdown content.

Motivation

Additional details

continue
for...in
let
throw
var
while

Related issues and pull requests

cobocho added 6 commits August 4, 2023 15:56
- **`throw`**문은 => **`throw`** 문은 in line 8
- Add code block highlighting to the `continue` statement at line 8.
- Add code block highlighting to the `for` statement at line 8.
-Change "for...in 문" to bold at line 8.
- **`var`**문은 => **`var`** 문은 in line 8
- Add code block highlighting to the `while` statement at line 8.
@cobocho cobocho requested a review from a team as a code owner August 4, 2023 07:20
@cobocho cobocho requested review from hochan222 and removed request for a team August 4, 2023 07:20
@github-actions github-actions bot added the l10n-ko Issues related to Korean content. label Aug 4, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2023

Preview URLs (6 pages)
Flaws (7)

Note! 2 documents with no flaws that don't need to be listed. 🎉

URL: /ko/docs/Web/JavaScript/Reference/Statements/var
Title: var
Flaw count: 1

  • broken_links:
    • Can use the English (en-US) link as a fallback

URL: /ko/docs/Web/JavaScript/Reference/Statements/while
Title: while
Flaw count: 1

  • translation_differences:
    • Differences in the important macros (3 in common of 4 possible)

URL: /ko/docs/Web/JavaScript/Reference/Statements/continue
Title: continue
Flaw count: 3

  • macros:
    • /ko/docs/Web/JavaScript/Reference/Statements%20/%20break does not exist
    • /ko/docs/Web/JavaScript/Reference/Statements%20/%20while does not exist
    • /ko/docs/Web/JavaScript/Reference/Statements%20/%20for does not exist

URL: /ko/docs/Web/JavaScript/Reference/Statements/for...in
Title: for...in
Flaw count: 2

  • macros:
    • /ko/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwn does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwn
  • broken_links:
    • Can't resolve /ko/docs/Web/JavaScript/Guide/Iterators_and_Generators

Copy link
Member

@hochan222 hochan222 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cobocho 님 안녕하세요.

기여해주셔서 감사합니다. 고생 많으셨습니다!

좋은 하루 보내세요 :)

@hochan222 hochan222 merged commit 3109054 into mdn:main Aug 8, 2023
@hochan222
Copy link
Member

hochan222 commented Aug 8, 2023

@cobocho 님 안녕하세요. 기여해주셔서 감사합니다.

현재 한국 문서들은 최신화 되어있지 않은 레거시 문서들이 많이 존재합니다. [ko] 한국 MDN 문서에 존재하는 레거시 문서 최신화에서 한국 MDN 문서에 존재하는 레거시 문서 최신화를 위한 작업을 진행하고 있습니다.

참고 부탁드립니다. 좋은 하루 보내세요 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-ko Issues related to Korean content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants