diff options
author | MDN <actions@users.noreply.github.com> | 2021-10-11 00:51:25 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-10-11 00:51:25 +0000 |
commit | a101c2f3857be9d799b0ee5b2c7d04b61f9e2f18 (patch) | |
tree | 344ac9b4f45a5fd982e3a3d2f05c060d3d2e2d43 /files/ko | |
parent | b6580b050e7aaea273d6b41f0cda0fc3077afae2 (diff) | |
download | translated-content-a101c2f3857be9d799b0ee5b2c7d04b61f9e2f18.tar.gz translated-content-a101c2f3857be9d799b0ee5b2c7d04b61f9e2f18.tar.bz2 translated-content-a101c2f3857be9d799b0ee5b2c7d04b61f9e2f18.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ko')
-rw-r--r-- | files/ko/_redirects.txt | 1 | ||||
-rw-r--r-- | files/ko/_wikihistory.json | 14 | ||||
-rw-r--r-- | files/ko/conflicting/web/api/geolocation/getcurrentposition/index.html (renamed from files/ko/web/api/positionoptions/index.html) | 3 |
3 files changed, 10 insertions, 8 deletions
diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index 4a61a4ea44..d6a4be6090 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -473,6 +473,7 @@ /ko/docs/Web/API/Notification.permission /ko/docs/Web/API/Notification/permission /ko/docs/Web/API/ParentNode/childElementCount /ko/docs/Web/API/Element/childElementCount /ko/docs/Web/API/Position /ko/docs/Web/API/GeolocationPosition +/ko/docs/Web/API/PositionOptions /ko/docs/conflicting/Web/API/Geolocation/getCurrentPosition /ko/docs/Web/API/RandomSource /ko/docs/Web/API/Crypto/getRandomValues /ko/docs/Web/API/RandomSource/getRandomValues /ko/docs/Web/API/Crypto/getRandomValues /ko/docs/Web/API/Screen.lockOrientation /ko/docs/Web/API/Screen/lockOrientation diff --git a/files/ko/_wikihistory.json b/files/ko/_wikihistory.json index bf71955309..c5aa83f753 100644 --- a/files/ko/_wikihistory.json +++ b/files/ko/_wikihistory.json @@ -6085,13 +6085,6 @@ "JinSeungHo" ] }, - "Web/API/PositionOptions": { - "modified": "2020-10-15T22:02:42.878Z", - "contributors": [ - "alattalatta", - "Saem" - ] - }, "Web/API/Proximity_Events": { "modified": "2019-03-23T23:26:46.443Z", "contributors": [ @@ -17544,6 +17537,13 @@ "Sheppy" ] }, + "conflicting/Web/API/Geolocation/getCurrentPosition": { + "modified": "2020-10-15T22:02:42.878Z", + "contributors": [ + "alattalatta", + "Saem" + ] + }, "conflicting/Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL": { "modified": "2019-03-23T22:54:05.275Z", "contributors": [ diff --git a/files/ko/web/api/positionoptions/index.html b/files/ko/conflicting/web/api/geolocation/getcurrentposition/index.html index 6e53dde993..a8436716ad 100644 --- a/files/ko/web/api/positionoptions/index.html +++ b/files/ko/conflicting/web/api/geolocation/getcurrentposition/index.html @@ -1,6 +1,6 @@ --- title: PositionOptions -slug: Web/API/PositionOptions +slug: conflicting/Web/API/Geolocation/getCurrentPosition tags: - API - Geolocation API @@ -9,6 +9,7 @@ tags: - Reference - Secure context translation_of: Web/API/PositionOptions +original_slug: Web/API/PositionOptions --- <div>{{securecontext_header}}{{APIRef("Geolocation API")}}</div> |