Skip to content

Commit 543a5c4

Browse files
authored
Merge pull request #26 from svyatoynick/main
Translated async-await to en.
2 parents fa8c489 + 5c6f08b commit 543a5c4

File tree

3 files changed

+989
-1
lines changed

3 files changed

+989
-1
lines changed

en/meta/articles.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,32 @@
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"
57+
},
58+
"product-page-optimization-alternative-icons" : {
59+
"title" : "Alternative icons for Product Page Optimization",
60+
"description" : "How to add alternative icons for A/B tests on the application page.",
61+
"category" : "app_store_connect",
62+
"author" : "alxrguz",
63+
"translator": "svtnck",
64+
"keywords" : [
65+
"alternative icons"
66+
],
67+
"updated_date" : "08.02.2022",
68+
"added_date" : "08.02.2022"
4269
}
43-
}
70+
}

0 commit comments

Comments
 (0)