Skip to content

Commit 7be2c79

Browse files
Translate README from English to German
Updated README.md to change the language from English to German and adjust formatting.
1 parent ca7914d commit 7be2c79

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
22

33
<br>
44

5-
This repository contains an Android Studio project for a simple native Android app that can convert
6-
Kilometers to English miles, nautical miles or Chinese miles.
7-
The purpose of the app is to demonstrate different approaches for automatic testing, namely:
8-
* Unit Tests with [JUnit4](https://junit.org/junit4/),
9-
see class [KilometerUmrechnerTest.java](app/src/test/java/de/mide/kilometer_umrechnung/KilometerUmrechnerTest.java)
10-
* UI Tests with [Espresso](https://developer.android.com/training/testing/espresso/),
11-
see class [MainActivityInstrumentedTest.java](app/src/androidTest/java/de/mide/kilometer_umrechnung/MainActivityInstrumentedTest.java)
5+
Dieses Repository enthält ein Android-Studio-Projekt für eine einfache native Android-App, die Kilometer in englische Meilen, nautische Meilen oder chinesische Meilen umrechnen kann.
6+
Der Zweck der App ist es, verschiedene Ansätze für automatisches Testen zu demonstrieren, nämlich:
7+
* Unit-Tests mit [JUnit4](https://junit.org/junit4/), siehe Klasse [KilometerUmrechnerTest.java](app/src/test/java/de/mide/kilometer_umrechnung/KilometerUmrechnerTest.java)
8+
* UI-Tests mit [Espresso](https://developer.android.com/training/testing/espresso/), siehe Klasse [MainActivityInstrumentedTest.java](app/src/androidTest/java/de/mide/kilometer_umrechnung/MainActivityInstrumentedTest.java)
129

1310
<br>
1411

15-
There is also variant of this app as hybrid app with [Ionic](https://ionicframework.com),
16-
see [this repository](https://github.com/MDecker-MobileComputing/Ionic_KilometerUmrechnung).
12+
Es gibt auch eine Variante dieser App als Hybrid-App mit [Ionic](https://ionicframework.com), siehe [dieses Repository](https://github.com/MDecker-MobileComputing/Ionic_KilometerUmrechnung).
1713

1814
<br>
1915

0 commit comments

Comments
 (0)