Fixed some strings missing in the German translation

This commit is contained in:
Deniz Duezgoeren
2019-08-03 11:48:47 +02:00
parent a096ef9848
commit 0ac757dd20
4 changed files with 19 additions and 35 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ class DataFetcher {
func doAsync(do task: String, completionHandler: @escaping (_ substitutions: [Any]) -> ()) {
DispatchQueue(label: "work-queue").async {
let foodUrl = "https://djd4rkn355.github.io/food.html"
let url = "https://djd4rkn355.github.io/subst.html"
let foodUrl = "https://djd4rkn355.github.io/food_test.html"
let url = "https://djd4rkn355.github.io/subst_test.html"
Alamofire.request(url).responseString { response in
if let html = response.result.value {
Alamofire.request(foodUrl).responseString { response in