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

This commit is contained in:
camperbot
2022-11-29 10:27:18 -08:00
committed by GitHub
parent 214f87fb6c
commit f1d4deedbb
458 changed files with 662 additions and 653 deletions

View File

@@ -95,7 +95,7 @@ function fun1() {
// Only change code above this line
function fun2() {
var output = "";
let output = "";
if (typeof myGlobal != "undefined") {
output += "myGlobal: " + myGlobal;
}
@@ -116,7 +116,7 @@ function fun1() {
}
function fun2() {
var output = "";
let output = "";
if(typeof myGlobal != "undefined") {
output += "myGlobal: " + myGlobal;
}