diff options
author | MDN <actions@users.noreply.github.com> | 2022-03-03 00:14:36 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2022-03-03 00:14:36 +0000 |
commit | 60e68bc9b4fc796aaea41a8c56ec02ad3b6ee618 (patch) | |
tree | 2ca36213a68164fdd9f790708256ef72f2eb520e /files/pt-br | |
parent | 25415714270338d7fb3090918348748dd35a7ccd (diff) | |
download | translated-content-60e68bc9b4fc796aaea41a8c56ec02ad3b6ee618.tar.gz translated-content-60e68bc9b4fc796aaea41a8c56ec02ad3b6ee618.tar.bz2 translated-content-60e68bc9b4fc796aaea41a8c56ec02ad3b6ee618.zip |
[CRON] sync translated content
Diffstat (limited to 'files/pt-br')
-rw-r--r-- | files/pt-br/_redirects.txt | 1 | ||||
-rw-r--r-- | files/pt-br/_wikihistory.json | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/filereader/load_event/index.html (renamed from files/pt-br/web/api/filereader/onload/index.html) | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/files/pt-br/_redirects.txt b/files/pt-br/_redirects.txt index 417b063a11..b1d7aa2343 100644 --- a/files/pt-br/_redirects.txt +++ b/files/pt-br/_redirects.txt @@ -514,6 +514,7 @@ /pt-BR/docs/Web/API/Element/addEventListener /pt-BR/docs/Web/API/EventTarget/addEventListener /pt-BR/docs/Web/API/Event/Comparativo_entre_Event_Targets /pt-BR/docs/Web/API/Event/Comparison_of_Event_Targets /pt-BR/docs/Web/API/Fetch_API/Uso_de_busca_Cross-global /pt-BR/docs/Web/API/Fetch_API/Cross-global_fetch_usage +/pt-BR/docs/Web/API/FileReader/onload /pt-BR/docs/Web/API/FileReader/load_event /pt-BR/docs/Web/API/FullscreenOptions /pt-BR/docs/orphaned/Web/API/FullscreenOptions /pt-BR/docs/Web/API/HTMLContentElement/Seletor /pt-BR/docs/Web/API/HTMLContentElement/select /pt-BR/docs/Web/API/History_API/Exemplo /pt-BR/docs/Web/API/History_API/Example diff --git a/files/pt-br/_wikihistory.json b/files/pt-br/_wikihistory.json index 361a809bd2..5b2ed45493 100644 --- a/files/pt-br/_wikihistory.json +++ b/files/pt-br/_wikihistory.json @@ -5148,7 +5148,7 @@ "helton-mori-dev" ] }, - "Web/API/FileReader/onload": { + "Web/API/FileReader/load_event": { "modified": "2019-12-24T01:07:36.177Z", "contributors": [ "euvanribeiro", diff --git a/files/pt-br/web/api/filereader/onload/index.html b/files/pt-br/web/api/filereader/load_event/index.html index 53b5774e88..bb33f47c04 100644 --- a/files/pt-br/web/api/filereader/onload/index.html +++ b/files/pt-br/web/api/filereader/load_event/index.html @@ -1,6 +1,6 @@ --- title: FileReader.onload -slug: Web/API/FileReader/onload +slug: Web/API/FileReader/load_event tags: - Arquivo - Event Handler @@ -8,6 +8,7 @@ tags: - Manipulador de eventos - Propriedade translation_of: Web/API/FileReader/onload +original_slug: Web/API/FileReader/onload --- <p>{{APIRef}}</p> |