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

This commit is contained in:
camperbot
2023-10-30 08:50:17 -07:00
committed by GitHub
parent 5094a82704
commit 8b40a55b64
359 changed files with 66956 additions and 1716 deletions

View File

@@ -20,7 +20,7 @@ Wenn die Bedingung als `true` ausgewertet wird, führt das Programm die Anweisun
**Beispiel**
```js
function test (myCondition) {
function test(myCondition) {
if (myCondition) {
return "It was true";
}