aboutsummaryrefslogtreecommitdiff
path: root/files/bn
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-04-21 00:11:44 +0000
committerMDN <actions@users.noreply.github.com>2021-04-21 00:11:44 +0000
commitde630426a538c1f77d7c59e66827cb75693ed95b (patch)
treeff14c2d2677ed2137a84d3c322fa2f62e206e63a /files/bn
parentd7a27823444dc11c7ff40ca63a78b3b37ab82837 (diff)
downloadtranslated-content-de630426a538c1f77d7c59e66827cb75693ed95b.tar.gz
translated-content-de630426a538c1f77d7c59e66827cb75693ed95b.tar.bz2
translated-content-de630426a538c1f77d7c59e66827cb75693ed95b.zip
[CRON] sync translated content
Diffstat (limited to 'files/bn')
-rw-r--r--files/bn/_redirects.txt6
-rw-r--r--files/bn/_wikihistory.json12
-rw-r--r--files/bn/orphaned/web/guide/events/index.html (renamed from files/bn/web/guide/events/index.html)3
3 files changed, 14 insertions, 7 deletions
diff --git a/files/bn/_redirects.txt b/files/bn/_redirects.txt
index 1d401b0273..f9c652b1fd 100644
--- a/files/bn/_redirects.txt
+++ b/files/bn/_redirects.txt
@@ -1,3 +1,8 @@
+# DO NOT EDIT THIS FILE MANUALLY.
+# Use the CLI instead:
+#
+# yarn content add-redirect <fromURL> <toURL>
+#
# FROM-URL TO-URL
/bn/docs/DOM /bn/docs/Web/API/Document_Object_Model
/bn/docs/HTML/HTML5 /bn/docs/Web/Guide/HTML/HTML5
@@ -30,6 +35,7 @@
/bn/docs/Web/CSS/element /bn/docs/Web/CSS/element()
/bn/docs/Web/Guide/API/DOM /bn/docs/conflicting/Web/API/Document_Object_Model
/bn/docs/Web/Guide/API/WebRTC /bn/docs/Web/API/WebRTC_API
+/bn/docs/Web/Guide/Events /bn/docs/orphaned/Web/Guide/Events
/bn/docs/Web/Guide/HTML/Canvas_tutorial /bn/docs/Web/API/Canvas_API/Tutorial
/bn/docs/Web/Guide/HTML/Content_Editable /bn/docs/Web/Guide/HTML/Editable_content
/bn/docs/Web/Guide/HTML/Forms /bn/docs/Learn/Forms
diff --git a/files/bn/_wikihistory.json b/files/bn/_wikihistory.json
index 0bdb02ce4d..d48064ffd7 100644
--- a/files/bn/_wikihistory.json
+++ b/files/bn/_wikihistory.json
@@ -406,12 +406,6 @@
"Sheppy"
]
},
- "Web/Guide/Events": {
- "modified": "2019-03-23T23:10:51.342Z",
- "contributors": [
- "Jeremie"
- ]
- },
"Web/Guide/Performance": {
"modified": "2019-03-23T23:20:59.790Z",
"contributors": [
@@ -959,5 +953,11 @@
"contributors": [
"ToufiqAminRumi"
]
+ },
+ "orphaned/Web/Guide/Events": {
+ "modified": "2019-03-23T23:10:51.342Z",
+ "contributors": [
+ "Jeremie"
+ ]
}
} \ No newline at end of file
diff --git a/files/bn/web/guide/events/index.html b/files/bn/orphaned/web/guide/events/index.html
index 02a20ce36e..2322c7fdf6 100644
--- a/files/bn/web/guide/events/index.html
+++ b/files/bn/orphaned/web/guide/events/index.html
@@ -1,6 +1,6 @@
---
title: Event developer guide
-slug: Web/Guide/Events
+slug: orphaned/Web/Guide/Events
tags:
- DOM
- Event
@@ -10,6 +10,7 @@ tags:
- TopicStub
- events
translation_of: Web/Guide/Events
+original_slug: Web/Guide/Events
---
<p>{{draft()}}</p>
<p>Events refers both to a design pattern used for the asynchronous handling of various incidents which occur in the lifetime of a web page and to the naming, characterization, and use of a large number of incidents of different types.</p>