chore(i18n,learn): processed translations (#48532)

This commit is contained in:
camperbot
2022-11-18 13:12:24 -08:00
committed by GitHub
parent 8a01079b7a
commit 306df9dba6
66 changed files with 143 additions and 188 deletions

View File

@@ -23,8 +23,8 @@ const article = {
"createdAt": "NOVEMBER 28, 2018"
};
const articleAuthor = article[author];
const articleLink = article[link];
const articleAuthor = article["author"];
const articleLink = article["link"];
const value = "title";
const valueLookup = article[value];