Skip to content

Commit 4ebcda0

Browse files
author
MDN
committed
[CRON] sync translated content
1 parent bef4296 commit 4ebcda0

File tree

6 files changed

+19
-16
lines changed

6 files changed

+19
-16
lines changed

files/ja/_redirects.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3268,6 +3268,7 @@
32683268
/ja/docs/Web/API/Response/useFinalURL /ja/docs/orphaned/Web/API/Response/useFinalURL
32693269
/ja/docs/Web/API/SVGTests /ja/docs/orphaned/Web/API/SVGTests
32703270
/ja/docs/Web/API/SVGTransformable /ja/docs/orphaned/Web/API/SVGTransformable
3271+
/ja/docs/Web/API/Screen/onorientationchange /ja/docs/Web/API/Screen/orientationchange_event
32713272
/ja/docs/Web/API/ScrollToOptions /ja/docs/conflicting/Web/API/Window/scroll
32723273
/ja/docs/Web/API/ServiceWorkerGlobalScope/caches /ja/docs/conflicting/Web/API/caches
32733274
/ja/docs/Web/API/ServiceWorker_API /ja/docs/Web/API/Service_Worker_API

files/ja/_wikihistory.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21161,15 +21161,15 @@
2116121161
"shuuji3"
2116221162
]
2116321163
},
21164-
"Web/API/Screen/onorientationchange": {
21165-
"modified": "2020-10-15T21:52:15.970Z",
21164+
"Web/API/Screen/orientation": {
21165+
"modified": "2020-10-15T21:52:16.035Z",
2116621166
"contributors": [
2116721167
"mfuji09",
2116821168
"shuuji3"
2116921169
]
2117021170
},
21171-
"Web/API/Screen/orientation": {
21172-
"modified": "2020-10-15T21:52:16.035Z",
21171+
"Web/API/Screen/orientationchange_event": {
21172+
"modified": "2020-10-15T21:52:15.970Z",
2117321173
"contributors": [
2117421174
"mfuji09",
2117521175
"shuuji3"

files/ja/web/api/screen/onorientationchange/index.html renamed to files/ja/web/api/screen/orientationchange_event/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Screen.onorientationchange
3-
slug: Web/API/Screen/onorientationchange
3+
slug: Web/API/Screen/orientationchange_event
44
tags:
55
- API
66
- CSSOM View
@@ -9,6 +9,7 @@
99
- Property
1010
- Screen Orientation
1111
translation_of: Web/API/Screen/onorientationchange
12+
original_slug: Web/API/Screen/onorientationchange
1213
---
1314
<p>{{APIRef("Screen Orientation API")}}{{Deprecated_Header}}</p>
1415

files/ko/_redirects.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,10 +489,11 @@
489489
/ko/docs/Web/API/RandomSource/getRandomValues /ko/docs/Web/API/Crypto/getRandomValues
490490
/ko/docs/Web/API/Screen.lockOrientation /ko/docs/Web/API/Screen/lockOrientation
491491
/ko/docs/Web/API/Screen.lockOrientation/window.screen.lockOrientation /ko/docs/Web/API/Screen/lockOrientation
492-
/ko/docs/Web/API/Screen.onorientationchange /ko/docs/Web/API/Screen/onorientationchange
493-
/ko/docs/Web/API/Screen.onorientationchange/window.screen.onorientationchange /ko/docs/Web/API/Screen/onorientationchange
492+
/ko/docs/Web/API/Screen.onorientationchange /ko/docs/Web/API/Screen/orientationchange_event
493+
/ko/docs/Web/API/Screen.onorientationchange/window.screen.onorientationchange /ko/docs/Web/API/Screen/orientationchange_event
494494
/ko/docs/Web/API/Screen.orientation /ko/docs/Web/API/Screen/orientation
495495
/ko/docs/Web/API/Screen.orientation/window.screen.orientation /ko/docs/Web/API/Screen/orientation
496+
/ko/docs/Web/API/Screen/onorientationchange /ko/docs/Web/API/Screen/orientationchange_event
496497
/ko/docs/Web/API/Streams_API/컨셉 /ko/docs/Web/API/Streams_API/Concepts
497498
/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
498499
/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 @@
512513
/ko/docs/Web/API/window.navigator.battery /ko/docs/Web/API/Navigator/battery
513514
/ko/docs/Web/API/window.navigator.connection /ko/docs/Web/API/Navigator/connection
514515
/ko/docs/Web/API/window.screen.lockOrientation /ko/docs/Web/API/Screen/lockOrientation
515-
/ko/docs/Web/API/window.screen.onorientationchange /ko/docs/Web/API/Screen/onorientationchange
516+
/ko/docs/Web/API/window.screen.onorientationchange /ko/docs/Web/API/Screen/orientationchange_event
516517
/ko/docs/Web/API/window.screen.orientation /ko/docs/Web/API/Screen/orientation
517518
/ko/docs/Web/API/window.screen.unlockOrientation /ko/docs/Web/API/Screen/unlockOrientation
518519
/ko/docs/Web/CSS/All_About_The_Containing_Block /ko/docs/Web/CSS/Containing_block

files/ko/_wikihistory.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6381,18 +6381,18 @@
63816381
"junho85"
63826382
]
63836383
},
6384-
"Web/API/Screen/onorientationchange": {
6385-
"modified": "2019-03-23T23:26:53.977Z",
6384+
"Web/API/Screen/orientation": {
6385+
"modified": "2019-03-23T23:27:06.864Z",
63866386
"contributors": [
6387-
"jsx",
6387+
"fscholz",
63886388
"teoli",
63896389
"junho85"
63906390
]
63916391
},
6392-
"Web/API/Screen/orientation": {
6393-
"modified": "2019-03-23T23:27:06.864Z",
6392+
"Web/API/Screen/orientationchange_event": {
6393+
"modified": "2019-03-23T23:26:53.977Z",
63946394
"contributors": [
6395-
"fscholz",
6395+
"jsx",
63966396
"teoli",
63976397
"junho85"
63986398
]

files/ko/web/api/screen/onorientationchange/index.html renamed to files/ko/web/api/screen/orientationchange_event/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: window.screen.onorientationchange
3-
slug: Web/API/Screen/onorientationchange
3+
slug: Web/API/Screen/orientationchange_event
44
translation_of: Web/API/Screen/onorientationchange
5-
original_slug: Web/API/Screen.onorientationchange
5+
original_slug: Web/API/Screen/onorientationchange
66
---
77
<p>{{ ApiRef() }}</p>
88
<p>{{SeeCompatTable}}</p>

0 commit comments

Comments
 (0)