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] remove duplicated frontmatter keys - games #8303

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

SnowMarble
Copy link
Contributor

part of #8297

@SnowMarble SnowMarble requested a review from a team as a code owner September 5, 2022 03:35
@SnowMarble SnowMarble requested review from igy95 and removed request for a team September 5, 2022 03:35
@github-actions github-actions bot added the l10n-ko Issues related to Korean content. label Sep 5, 2022
@SnowMarble SnowMarble mentioned this pull request Sep 5, 2022
7 tasks
@github-actions
Copy link
Contributor

github-actions bot commented Sep 5, 2022

Preview URLs

Flaws

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

URL: /ko/docs/Games/Tutorials
Title: Tutorials
on GitHub
Flaw count: 5

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can't resolve /ko/Apps/Build/gather_and_modify_data/responding_to_device_orientation_changes
    • Can use the English (en-US) link as a fallback

URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript
Title: 순수한 자바스크립트를 이용한 2D 벽돌깨기 게임
on GitHub
Flaw count: 12

  • broken_links:
    • Can't resolve /ko/docs/Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/캔버스_생성과_그리기
    • Can't resolve /ko/Learn/Getting_started_with_the_web/JavaScript_basics
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • and 7 more flaws omitted

URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Paddle_and_keyboard_controls
Title: Paddle과 키보드 컨트롤
on GitHub
Flaw count: 2

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

URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Create_the_Canvas_and_draw_on_it
Title: 캔버스 생성과 그리기
on GitHub
Flaw count: 12

  • macros:
    • /ko/docs/Web/API/CanvasRenderingContext2D/beginPath does not exist but fell back to /en-US/docs/Web/API/CanvasRenderingContext2D/beginPath
    • /ko/docs/Web/API/CanvasRenderingContext2D/closePath does not exist but fell back to /en-US/docs/Web/API/CanvasRenderingContext2D/closePath
    • /ko/docs/Web/API/CanvasRenderingContext2D/rect does not exist but fell back to /en-US/docs/Web/API/CanvasRenderingContext2D/rect
    • /ko/docs/Web/API/CanvasRenderingContext2D/fillStyle does not exist but fell back to /en-US/docs/Web/API/CanvasRenderingContext2D/fillStyle
    • /ko/docs/Web/API/CanvasRenderingContext2D/fill does not exist but fell back to /en-US/docs/Web/API/CanvasRenderingContext2D/fill
    • and 6 more flaws omitted
  • broken_links:
    • Can't resolve /ko/docs/Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임

URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Move_the_ball
Title: 공 움직이기
on GitHub
Flaw count: 4

  • macros:
    • /ko/docs/Web/API/WindowTimers/setInterval does not exist but fell back to /en-US/docs/Web/API/setInterval
    • /ko/docs/Web/API/CanvasRenderingContext2D/arc does not exist but fell back to /en-US/docs/Web/API/CanvasRenderingContext2D/arc
    • /ko/docs/Web/API/CanvasRenderingContext2D/clearRect does not exist but fell back to /en-US/docs/Web/API/CanvasRenderingContext2D/clearRect
  • broken_links:
    • Can use the English (en-US) link as a fallback

URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Track_the_score_and_win
Title: 점수 추가와 승패 판정 방법
on GitHub
Flaw count: 3

  • macros:
    • /ko/docs/Web/API/CanvasRenderingContext2D/font does not exist but fell back to /en-US/docs/Web/API/CanvasRenderingContext2D/font
    • /ko/docs/Web/API/CanvasRenderingContext2D/fillStyle does not exist but fell back to /en-US/docs/Web/API/CanvasRenderingContext2D/fillStyle
    • /ko/docs/Web/API/CanvasRenderingContext2D/fillText does not exist but fell back to /en-US/docs/Web/API/CanvasRenderingContext2D/fillText

URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Game_over
Title: 게임 오버
on GitHub
Flaw count: 2

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

URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Mouse_controls
Title: 마우스로 패들 조종하기
on GitHub
Flaw count: 1

  • macros:
    • This macro has been deprecated, and should be removed.

URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Bounce_off_the_walls
Title: 공을 벽에 튕기기
on GitHub
Flaw count: 3

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

URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Finishing_up
Title: 개발 마무리
on GitHub
Flaw count: 1

  • macros:
    • /ko/docs/Web/API/WindowTimers/setInterval does not exist but fell back to /en-US/docs/Web/API/setInterval

URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Build_the_brick_field
Title: 벽돌 만들기
on GitHub
Flaw count: 1

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

URL: /ko/docs/Games/Tutorials/HTML5_Gamedev_Phaser_Device_Orientation
Title: 2D maze game with device orientation
on GitHub
Flaw count: 3

  • broken_links:
    • Can't resolve https://developer.mozilla.org/en-US/Apps/Build/gather_and_modify_data/responding_to_device_orientation_changes
    • Can use the English (en-US) link as a fallback
    • Can't resolve /en-US/Apps/Build/gather_and_modify_data/responding_to_device_orientation_changes

URL: /ko/docs/Games/Tutorials/2D_breakout_game_Phaser
Title: 2D breakout game using Phaser
on GitHub
Flaw count: 13

  • broken_links:
    • Can't resolve /ko/docs/Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/캔버스_생성과_그리기
    • Can't resolve /ko/Learn/Getting_started_with_the_web/JavaScript_basics
    • Can't resolve /ko/docs/Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/캔버스_생성과_그리기
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • and 8 more flaws omitted

URL: /ko/docs/Games/Tutorials/2D_breakout_game_Phaser/The_score
Title: 득점
on GitHub
Flaw count: 2

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

URL: /ko/docs/Games/Introduction
Title: 웹 게임 개발에 대해
on GitHub
Flaw count: 35

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Is currently http:// but can become https://
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • and 30 more flaws omitted

External URLs

URL: /ko/docs/Games
Title: 게임 개발
on GitHub


URL: /ko/docs/Games/Tutorials
Title: Tutorials
on GitHub


URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript
Title: 순수한 자바스크립트를 이용한 2D 벽돌깨기 게임
on GitHub


URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Paddle_and_keyboard_controls
Title: Paddle과 키보드 컨트롤
on GitHub


URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Create_the_Canvas_and_draw_on_it
Title: 캔버스 생성과 그리기
on GitHub


URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Move_the_ball
Title: 공 움직이기
on GitHub


URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Track_the_score_and_win
Title: 점수 추가와 승패 판정 방법
on GitHub


URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Game_over
Title: 게임 오버
on GitHub


URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Collision_detection
Title: 충돌 감지
on GitHub


URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Mouse_controls
Title: 마우스로 패들 조종하기
on GitHub


URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Bounce_off_the_walls
Title: 공을 벽에 튕기기
on GitHub


URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Finishing_up
Title: 개발 마무리
on GitHub


URL: /ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Build_the_brick_field
Title: 벽돌 만들기
on GitHub


URL: /ko/docs/Games/Tutorials/HTML5_Gamedev_Phaser_Device_Orientation
Title: 2D maze game with device orientation
on GitHub


URL: /ko/docs/Games/Tutorials/2D_breakout_game_Phaser
Title: 2D breakout game using Phaser
on GitHub


URL: /ko/docs/Games/Tutorials/2D_breakout_game_Phaser/The_score
Title: 득점
on GitHub


URL: /ko/docs/Games/Introduction
Title: 웹 게임 개발에 대해
on GitHub

@hochan222
Copy link
Member

@GwangYeol-Im 님, 안녕하세요. PR 리뷰가 지연되고 있어서 확인 부탁드립니다 🙇🙇

@igy95 igy95 merged commit 30b5982 into mdn:main Oct 3, 2022
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.

3 participants