Skip to content

Commit 6955f02

Browse files
committed
Germen translation
1 parent 5bbebb2 commit 6955f02

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

de/de.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Programmierung
3+
---
4+
<p>
5+
Du kannst reguläre Ausdrücke in vielen Programmiersprachen verwenden.
6+
Schreibe deinen regulären Ausdruck und den Text, der durchsucht werden soll in die Felder unten.
7+
Dann siehst du, wie ein Programm, das den regulären Ausdruck im Text finden soll, in den gegebenen Sprachen aussieht.
8+
</p>
9+
<div class="language">
10+
<input type="text" value="regular expression" class="regex"/>
11+
<input type="text" value="You can use regular expressions in many programming languages." class="text"/>
12+
</div>

en/14-01.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
---
44
<p>
55
You can use regular expressions in many programming languages.
6-
Type your regular expression and the text to search into the field below.
7-
There, you can see what the progam looks like in the given programming language.
6+
Type your regular expression and the text to search into the fields below.
7+
Then, you can see what a progam to find the expression in the text looks like in the given programming languages.
88
</p>
99
<div class="language">
1010
<input type="text" value="regular expression" class="regex"/>

0 commit comments

Comments
 (0)