diff options
author | MDN <actions@users.noreply.github.com> | 2022-03-09 00:13:03 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2022-03-09 00:13:03 +0000 |
commit | 48fc140678926d51b14411105262c87301860575 (patch) | |
tree | 57cb4cb3141414e5aea829d56aa29254b58ce81c /files/ko | |
parent | 8c4d9e888565bf2c225b78df8f2a6094c88e709c (diff) | |
download | translated-content-48fc140678926d51b14411105262c87301860575.tar.gz translated-content-48fc140678926d51b14411105262c87301860575.tar.bz2 translated-content-48fc140678926d51b14411105262c87301860575.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ko')
-rw-r--r-- | files/ko/_redirects.txt | 7 | ||||
-rw-r--r-- | files/ko/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/ko/web/api/screen/orientationchange_event/index.html (renamed from files/ko/web/api/screen/onorientationchange/index.html) | 4 |
3 files changed, 12 insertions, 11 deletions
diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index f8ecb5e8f5..a69d0e95b6 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -489,10 +489,11 @@ /ko/docs/Web/API/RandomSource/getRandomValues /ko/docs/Web/API/Crypto/getRandomValues /ko/docs/Web/API/Screen.lockOrientation /ko/docs/Web/API/Screen/lockOrientation /ko/docs/Web/API/Screen.lockOrientation/window.screen.lockOrientation /ko/docs/Web/API/Screen/lockOrientation -/ko/docs/Web/API/Screen.onorientationchange /ko/docs/Web/API/Screen/onorientationchange -/ko/docs/Web/API/Screen.onorientationchange/window.screen.onorientationchange /ko/docs/Web/API/Screen/onorientationchange +/ko/docs/Web/API/Screen.onorientationchange /ko/docs/Web/API/Screen/orientationchange_event +/ko/docs/Web/API/Screen.onorientationchange/window.screen.onorientationchange /ko/docs/Web/API/Screen/orientationchange_event /ko/docs/Web/API/Screen.orientation /ko/docs/Web/API/Screen/orientation /ko/docs/Web/API/Screen.orientation/window.screen.orientation /ko/docs/Web/API/Screen/orientation +/ko/docs/Web/API/Screen/onorientationchange /ko/docs/Web/API/Screen/orientationchange_event /ko/docs/Web/API/Streams_API/컨셉 /ko/docs/Web/API/Streams_API/Concepts /ko/docs/Web/API/WebGL_API/Adding_2D_content_to_a_WebGL_context /ko/docs/Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context /ko/docs/Web/API/WebGL_API/Animating_objects_with_WebGL /ko/docs/Web/API/WebGL_API/Tutorial/Animating_objects_with_WebGL @@ -512,7 +513,7 @@ /ko/docs/Web/API/window.navigator.battery /ko/docs/Web/API/Navigator/battery /ko/docs/Web/API/window.navigator.connection /ko/docs/Web/API/Navigator/connection /ko/docs/Web/API/window.screen.lockOrientation /ko/docs/Web/API/Screen/lockOrientation -/ko/docs/Web/API/window.screen.onorientationchange /ko/docs/Web/API/Screen/onorientationchange +/ko/docs/Web/API/window.screen.onorientationchange /ko/docs/Web/API/Screen/orientationchange_event /ko/docs/Web/API/window.screen.orientation /ko/docs/Web/API/Screen/orientation /ko/docs/Web/API/window.screen.unlockOrientation /ko/docs/Web/API/Screen/unlockOrientation /ko/docs/Web/CSS/All_About_The_Containing_Block /ko/docs/Web/CSS/Containing_block diff --git a/files/ko/_wikihistory.json b/files/ko/_wikihistory.json index ecc1af296f..6c67d4c18d 100644 --- a/files/ko/_wikihistory.json +++ b/files/ko/_wikihistory.json @@ -6381,18 +6381,18 @@ "junho85" ] }, - "Web/API/Screen/onorientationchange": { - "modified": "2019-03-23T23:26:53.977Z", + "Web/API/Screen/orientation": { + "modified": "2019-03-23T23:27:06.864Z", "contributors": [ - "jsx", + "fscholz", "teoli", "junho85" ] }, - "Web/API/Screen/orientation": { - "modified": "2019-03-23T23:27:06.864Z", + "Web/API/Screen/orientationchange_event": { + "modified": "2019-03-23T23:26:53.977Z", "contributors": [ - "fscholz", + "jsx", "teoli", "junho85" ] diff --git a/files/ko/web/api/screen/onorientationchange/index.html b/files/ko/web/api/screen/orientationchange_event/index.html index 2e8c0c3e83..9a2ee40715 100644 --- a/files/ko/web/api/screen/onorientationchange/index.html +++ b/files/ko/web/api/screen/orientationchange_event/index.html @@ -1,8 +1,8 @@ --- title: window.screen.onorientationchange -slug: Web/API/Screen/onorientationchange +slug: Web/API/Screen/orientationchange_event translation_of: Web/API/Screen/onorientationchange -original_slug: Web/API/Screen.onorientationchange +original_slug: Web/API/Screen/onorientationchange --- <p>{{ ApiRef() }}</p> <p>{{SeeCompatTable}}</p> |