diff options
author | MDN <actions@users.noreply.github.com> | 2021-09-09 00:49:39 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-09-09 00:49:39 +0000 |
commit | fdc77da2ba02ff78b23fc129ec7ee20c0fa28afb (patch) | |
tree | c194112508d253c64aebf8273cb8566fceaf8697 /files/es | |
parent | d6e1ef64cdf9b8592a58a30725c208753729b08a (diff) | |
download | translated-content-fdc77da2ba02ff78b23fc129ec7ee20c0fa28afb.tar.gz translated-content-fdc77da2ba02ff78b23fc129ec7ee20c0fa28afb.tar.bz2 translated-content-fdc77da2ba02ff78b23fc129ec7ee20c0fa28afb.zip |
[CRON] sync translated content
Diffstat (limited to 'files/es')
-rw-r--r-- | files/es/_redirects.txt | 3 | ||||
-rw-r--r-- | files/es/_wikihistory.json | 16 | ||||
-rw-r--r-- | files/es/web/api/uievent/which/index.html (renamed from files/es/web/api/keyboardevent/which/index.html) | 3 |
3 files changed, 12 insertions, 10 deletions
diff --git a/files/es/_redirects.txt b/files/es/_redirects.txt index a9ca29c7e8..f6c93836da 100644 --- a/files/es/_redirects.txt +++ b/files/es/_redirects.txt @@ -1546,6 +1546,7 @@ /es/docs/Web/API/HTMLOrForeignElement/focus /es/docs/orphaned/Web/API/HTMLOrForeignElement/focus /es/docs/Web/API/IDBObjectStore.add /es/docs/Web/API/IDBObjectStore/add /es/docs/Web/API/IndexedDB_API/Usando_IndexedDB /es/docs/Web/API/IndexedDB_API/Using_IndexedDB +/es/docs/Web/API/KeyboardEvent/which /es/docs/Web/API/UIEvent/which /es/docs/Web/API/Navigator.getUserMedia /es/docs/Web/API/Navigator/getUserMedia /es/docs/Web/API/NavigatorConcurrentHardware /es/docs/orphaned/Web/API/NavigatorConcurrentHardware /es/docs/Web/API/NavigatorConcurrentHardware/hardwareConcurrency /es/docs/orphaned/Web/API/NavigatorConcurrentHardware/hardwareConcurrency @@ -1596,7 +1597,7 @@ /es/docs/Web/API/WindowTimers/setTimeout /es/docs/Web/API/setTimeout /es/docs/Web/API/XMLHttpRequest/FormData /es/docs/Web/API/FormData /es/docs/Web/API/event.defaultPrevented /es/docs/Web/API/Event/defaultPrevented -/es/docs/Web/API/event.which /es/docs/Web/API/KeyboardEvent/which +/es/docs/Web/API/event.which /es/docs/Web/API/UIEvent/which /es/docs/Web/Accesibilidad /es/docs/Web/Accessibility /es/docs/Web/Accesibilidad/Comunidad /es/docs/Web/Accessibility/Community /es/docs/Web/Accesibilidad/Understanding_WCAG /es/docs/Web/Accessibility/Understanding_WCAG diff --git a/files/es/_wikihistory.json b/files/es/_wikihistory.json index fd2d790297..070b6132b6 100644 --- a/files/es/_wikihistory.json +++ b/files/es/_wikihistory.json @@ -7446,14 +7446,6 @@ "empirreamm" ] }, - "Web/API/KeyboardEvent/which": { - "modified": "2019-03-23T23:25:30.040Z", - "contributors": [ - "fscholz", - "jsx", - "arthusu" - ] - }, "Web/API/Location": { "modified": "2020-03-11T08:46:40.807Z", "contributors": [ @@ -8440,6 +8432,14 @@ "fscholz" ] }, + "Web/API/UIEvent/which": { + "modified": "2019-03-23T23:25:30.040Z", + "contributors": [ + "fscholz", + "jsx", + "arthusu" + ] + }, "Web/API/URL": { "modified": "2019-03-23T22:19:12.735Z", "contributors": [ diff --git a/files/es/web/api/keyboardevent/which/index.html b/files/es/web/api/uievent/which/index.html index 11e1e3e48e..e86c4363e1 100644 --- a/files/es/web/api/keyboardevent/which/index.html +++ b/files/es/web/api/uievent/which/index.html @@ -1,12 +1,13 @@ --- title: event.which -slug: Web/API/KeyboardEvent/which +slug: Web/API/UIEvent/which tags: - DOM - events - metodo - which translation_of: Web/API/KeyboardEvent/which +original_slug: Web/API/KeyboardEvent/which --- <p>{{ ApiRef() }}</p> <h3 id="Summary" name="Summary">Resumen</h3> |