Skip to content

Commit

Permalink
[es] sync translated content (#20624)
Browse files Browse the repository at this point in the history
es: sync translated content
  • Loading branch information
mdn-bot committed May 20, 2024
1 parent 2fa9818 commit dcbdfdc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion files/es/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@
/es/docs/Web/API/WindowEventHandlers/onhashchange /es/docs/Web/API/Window/hashchange_event
/es/docs/Web/API/WindowEventHandlers/onpopstate /es/docs/Web/API/Window/popstate_event
/es/docs/Web/API/WindowOrWorkerGlobalScope/atob /es/docs/Web/API/atob
/es/docs/Web/API/WindowOrWorkerGlobalScope/caches /es/docs/Web/API/caches
/es/docs/Web/API/WindowOrWorkerGlobalScope/caches /es/docs/Web/API/Window/caches
/es/docs/Web/API/WindowOrWorkerGlobalScope/clearInterval /es/docs/Web/API/clearInterval
/es/docs/Web/API/WindowOrWorkerGlobalScope/clearTimeout /es/docs/Web/API/clearTimeout
/es/docs/Web/API/WindowOrWorkerGlobalScope/createImageBitmap /es/docs/Web/API/createImageBitmap
Expand All @@ -1748,6 +1748,7 @@
/es/docs/Web/API/XMLHttpRequest/FormData /es/docs/Web/API/FormData
/es/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest /es/docs/Web/API/XMLHttpRequest_API/Using_XMLHttpRequest
/es/docs/Web/API/XMLHttpRequest/onreadystatechange /es/docs/Web/API/XMLHttpRequest/readystatechange_event
/es/docs/Web/API/caches /es/docs/Web/API/Window/caches
/es/docs/Web/API/console/assert /es/docs/Web/API/console/assert_static
/es/docs/Web/API/console/count /es/docs/Web/API/console/count_static
/es/docs/Web/API/console/dir /es/docs/Web/API/console/dir_static
Expand Down
8 changes: 4 additions & 4 deletions files/es/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -5456,6 +5456,10 @@
"modified": "2019-03-23T22:33:17.308Z",
"contributors": ["Grijander81"]
},
"Web/API/Window/caches": {
"modified": "2019-03-23T22:16:45.016Z",
"contributors": ["ivannieto"]
},
"Web/API/Window/cancelAnimationFrame": {
"modified": "2019-03-23T22:30:46.211Z",
"contributors": ["khrizenriquez"]
Expand Down Expand Up @@ -5700,10 +5704,6 @@
"modified": "2020-08-29T03:33:22.030Z",
"contributors": ["Nachec"]
},
"Web/API/caches": {
"modified": "2019-03-23T22:16:45.016Z",
"contributors": ["ivannieto"]
},
"Web/API/clearInterval": {
"modified": "2019-03-23T22:56:16.485Z",
"contributors": ["Guitxo"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: caches
slug: Web/API/caches
slug: Web/API/Window/caches
original_slug: Web/API/caches
---

{{APIRef()}}{{SeeCompatTable}}
Expand Down

0 comments on commit dcbdfdc

Please sign in to comment.