Skip to content

Commit bde2740

Browse files
committed
Translated async-await to en.
1 parent fa8c489 commit bde2740

File tree

2 files changed

+946
-1
lines changed

2 files changed

+946
-1
lines changed

en/meta/articles.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,20 @@
3939
],
4040
"updated_date" : "06.02.2022",
4141
"added_date" : "06.02.2022"
42+
},
43+
"async-await" : {
44+
"title" : "Asynchrony with async/await/actor",
45+
"description" : "Let's take apart async, await, and actor. Let's write an ace using the new tools.",
46+
"category" : "development",
47+
"author" : "somenkovnikita",
48+
"editors" : ["ivanvorobei"],
49+
"translator": "svtnck",
50+
"keywords" : [
51+
"async",
52+
"await",
53+
"actor"
54+
],
55+
"updated_date": "08.02.2022",
56+
"added_date": "08.02.2022"
4257
}
43-
}
58+
}

0 commit comments

Comments
 (0)