Skip to content

Commit fcb120f

Browse files
Revert translation changes of PR #81 (#108)
* Reverted all accidental changes, made by #81 * updated german and english translations to match eachother #81 * Fixed wrong Heading for Matchings * Added missing German "Skills" translation * Updated German translations for matchings * Fix coding challenges translations * Fix german translations for matchings --------- Co-authored-by: Defelo <[email protected]>
1 parent 968cf00 commit fcb120f

File tree

4 files changed

+224
-225
lines changed

4 files changed

+224
-225
lines changed

components/challenges/ItemExamples.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757

5858
<article class="mt-3">
5959
<p class="text-white">
60-
{{ t("Headings.ProgramInput") }}
60+
{{ t("Headings.Input") }}
6161
</p>
6262
<p class="whitespace-pre">{{ example?.input ?? '' }}</p>
6363

6464
<p class="text-white mt-4">
65-
{{ t("Headings.ProgramOutputShouldBe") }}
65+
{{ t("Headings.ExpectedOutput") }}
6666
</p>
6767
<p class="whitespace-pre">{{ example?.output ?? '' }}</p>
6868
</article>
@@ -74,7 +74,7 @@
7474
</p>
7575
<p v-if="!!example?.stdout">
7676
<span class="block text-success">
77-
{{ t("Headings.ExampleOutput") }}:
77+
{{ t("Headings.ActualOutput") }}:
7878
</span>
7979

8080
<p class="whitespace-pre">{{ example?.stdout ?? '' }}</p>

components/skill-tree/NodeDetailsStepperContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
</div>
9292
</template>
9393
<h3 v-else class="text-center text-heading-3">
94-
{{ t("Headings.NoQuizQuestion") }}
94+
{{ t("Headings.NoMatchings") }}
9595
</h3>
9696
</div>
9797
</article>

0 commit comments

Comments
 (0)