diff options
-rw-r--r-- | .github/CODEOWNERS | 16 | ||||
-rw-r--r-- | .github/workflows/sync-translated-content.yml | 6 | ||||
-rw-r--r-- | files/fr/web/javascript/reference/global_objects/function/apply/index.html | 2 | ||||
-rw-r--r-- | files/ja/_redirects.txt | 3 | ||||
-rw-r--r-- | files/ja/_wikihistory.json | 24 | ||||
-rw-r--r-- | files/ja/orphaned/web/api/response/usefinalurl/index.html (renamed from files/ja/web/api/response/usefinalurl/index.html) | 3 | ||||
-rw-r--r-- | files/ja/web/api/document/getanimations/index.html (renamed from files/ja/web/api/documentorshadowroot/getanimations/index.html) | 4 |
7 files changed, 38 insertions, 20 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d176ca1e76..0bf290aa3f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -17,6 +17,22 @@ /files/ @mdn/core-yari-content # ---------------------------------------------------------------------------- +# CHINESE (zh-CN, zh-TW) CONTENT OWNER(S) +# ---------------------------------------------------------------------------- +/files/zh-cn/ @mdn/yari-content-zh +/files/zh-tw/ @mdn/yari-content-zh + +# ---------------------------------------------------------------------------- +# FRENCH (fr) CONTENT OWNER(S) +# ---------------------------------------------------------------------------- +/files/fr/ @mdn/yari-content-fr + +# ---------------------------------------------------------------------------- +# JAPANESE (ja) CONTENT OWNER(S) +# ---------------------------------------------------------------------------- +/files/ja/ @mdn/yari-content-ja + +# ---------------------------------------------------------------------------- # CONTROL FILES OWNER(S) # ---------------------------------------------------------------------------- # These should be the last matches in this file, since any pull request that diff --git a/.github/workflows/sync-translated-content.yml b/.github/workflows/sync-translated-content.yml index 4516c68c7c..d05f29eb65 100644 --- a/.github/workflows/sync-translated-content.yml +++ b/.github/workflows/sync-translated-content.yml @@ -42,7 +42,7 @@ jobs: run: | yarn --frozen-lockfile - - name: Build changed content + - name: Sync translated content env: CONTENT_ROOT: ${{ github.workspace }}/mdn/content/files CONTENT_TRANSLATED_ROOT: ${{ github.workspace }}/files @@ -58,6 +58,6 @@ jobs: git remote add upstream "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" git config --local user.email "actions@users.noreply.github.com" git config --local user.name "MDN" - git commit -a -m "[CRON] sync translated content" - git pull --rebase upstream main + git commit -a -m "[CRON] sync translated content" && \ + git pull --rebase upstream main && \ git push upstream main diff --git a/files/fr/web/javascript/reference/global_objects/function/apply/index.html b/files/fr/web/javascript/reference/global_objects/function/apply/index.html index fe76177918..cd506e138f 100644 --- a/files/fr/web/javascript/reference/global_objects/function/apply/index.html +++ b/files/fr/web/javascript/reference/global_objects/function/apply/index.html @@ -86,7 +86,7 @@ original_slug: Web/JavaScript/Reference/Objets_globaux/Function/apply } var monTableau = [4, "Coucou monde !", false]; -var monInstance = MonConstructeur.constructor(monTableau); +var monInstance = MonConstructeur.construct(monTableau); console.log(monInstance.propriété1); // "Coucou monde !" console.log(monInstance instanceof MonConstructeur); // "true" diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index b8f8ea76d9..afbf74fa1e 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3747,12 +3747,12 @@ /ja/docs/Web/API/Document/defaultView/storage_event /ja/docs/Web/API/Window/storage_event /ja/docs/Web/API/Document/domConfig /ja/docs/Web/API/Document /ja/docs/Web/API/Document/elementFromPoint /ja/docs/Web/API/DocumentOrShadowRoot/elementFromPoint -/ja/docs/Web/API/Document/getAnimations /ja/docs/Web/API/DocumentOrShadowRoot/getAnimations /ja/docs/Web/API/Document/getSelection /ja/docs/conflicting/Web/API/DocumentOrShadowRoot/getSelection /ja/docs/Web/API/Document/inputEncoding /ja/docs/conflicting/Web/API/Document/characterSet /ja/docs/Web/API/Document/onselectionchange /ja/docs/Web/API/GlobalEventHandlers/onselectionchange /ja/docs/Web/API/DocumentOrShadowRoot/activeElement /ja/docs/Web/API/Document/activeElement /ja/docs/Web/API/DocumentOrShadowRoot/fullscreenElement /ja/docs/Web/API/Document/fullscreenElement +/ja/docs/Web/API/DocumentOrShadowRoot/getAnimations /ja/docs/Web/API/Document/getAnimations /ja/docs/Web/API/DocumentOrShadowRoot/msElementsFromRect /ja/docs/orphaned/Web/API/DocumentOrShadowRoot/msElementsFromRect /ja/docs/Web/API/DocumentOrShadowRoot/nodeFromPoint /ja/docs/conflicting/Web/API/DocumentOrShadowRoot /ja/docs/Web/API/DocumentOrShadowRoot/nodesFromPoint /ja/docs/conflicting/Web/API/DocumentOrShadowRoot_20ea0e1d91453a020aad3a16dbce16f1 @@ -3931,6 +3931,7 @@ /ja/docs/Web/API/Range1/startContainer /ja/docs/Web/API/Range/startContainer /ja/docs/Web/API/Range1/startOffset /ja/docs/Web/API/Range/startOffset /ja/docs/Web/API/ReadableStreamDefaultController/ReadableStreamDefaultController /ja/docs/orphaned/Web/API/ReadableStreamDefaultController/ReadableStreamDefaultController +/ja/docs/Web/API/Response/useFinalURL /ja/docs/orphaned/Web/API/Response/useFinalURL /ja/docs/Web/API/ServiceWorker_API /ja/docs/Web/API/Service_Worker_API /ja/docs/Web/API/ServiceWorker_API/Using_Service_Workers /ja/docs/Web/API/Service_Worker_API/Using_Service_Workers /ja/docs/Web/API/Slotable /ja/docs/conflicting/Web/API/Element diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index a34c7be177..3da558db6a 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -20480,12 +20480,6 @@ "eltociear" ] }, - "Web/API/Response/useFinalURL": { - "modified": "2020-10-15T22:32:38.418Z", - "contributors": [ - "eltociear" - ] - }, "Web/API/SVGElement": { "modified": "2020-10-15T21:57:52.067Z", "contributors": [ @@ -51302,12 +51296,6 @@ "ethertank" ] }, - "Web/API/DocumentOrShadowRoot/getAnimations": { - "modified": "2020-10-15T22:32:28.367Z", - "contributors": [ - "mfuji09" - ] - }, "orphaned/Web/API/ReadableStreamDefaultController/ReadableStreamDefaultController": { "modified": "2020-10-15T22:26:44.153Z", "contributors": [ @@ -53496,5 +53484,17 @@ "contributors": [ "eltociear" ] + }, + "Web/API/Document/getAnimations": { + "modified": "2020-10-15T22:32:28.367Z", + "contributors": [ + "mfuji09" + ] + }, + "orphaned/Web/API/Response/useFinalURL": { + "modified": "2020-10-15T22:32:38.418Z", + "contributors": [ + "eltociear" + ] } }
\ No newline at end of file diff --git a/files/ja/web/api/response/usefinalurl/index.html b/files/ja/orphaned/web/api/response/usefinalurl/index.html index 6f18f681d8..06251f6c71 100644 --- a/files/ja/web/api/response/usefinalurl/index.html +++ b/files/ja/orphaned/web/api/response/usefinalurl/index.html @@ -1,6 +1,6 @@ --- title: Response.useFinalURL -slug: Web/API/Response/useFinalURL +slug: orphaned/Web/API/Response/useFinalURL tags: - API - Experimental @@ -11,6 +11,7 @@ tags: - Response - useFinalURL translation_of: Web/API/Response/useFinalURL +original_slug: Web/API/Response/useFinalURL --- <div>{{APIRef("Fetch")}}{{obsolete_header}}</div> diff --git a/files/ja/web/api/documentorshadowroot/getanimations/index.html b/files/ja/web/api/document/getanimations/index.html index 83900d4b9f..dde6a5530a 100644 --- a/files/ja/web/api/documentorshadowroot/getanimations/index.html +++ b/files/ja/web/api/document/getanimations/index.html @@ -1,6 +1,6 @@ --- title: Document.getAnimations() -slug: Web/API/DocumentOrShadowRoot/getAnimations +slug: Web/API/Document/getAnimations tags: - API - Animation @@ -17,7 +17,7 @@ tags: - waapi - web animations api translation_of: Web/API/DocumentOrShadowRoot/getAnimations -original_slug: Web/API/Document/getAnimations +original_slug: Web/API/DocumentOrShadowRoot/getAnimations --- <p>{{ SeeCompatTable() }}{{APIRef("Web Animations")}}</p> |