Skip to content

Commit

Permalink
Merge branch 'develop' into release/1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
UBaggeler committed Jul 16, 2020
2 parents aaeae56 + 730a4aa commit f98768c
Show file tree
Hide file tree
Showing 7 changed files with 315 additions and 316 deletions.
2 changes: 1 addition & 1 deletion DP3TApp/SharedUI/Base/NSWebViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ extension NSWebViewController: WKNavigationDelegate {
return
}

if scheme == "http" || scheme == "https" || scheme == "mailto" {
if scheme == "http" || scheme == "https" || scheme == "mailto" || scheme == "tel" {
UIApplication.shared.open(url, options: [:], completionHandler: nil)
decisionHandler(.cancel)
return
Expand Down
3 changes: 1 addition & 2 deletions DP3TApp/SharedUI/Style/NSLabelType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ public enum NSLabelType: UBLabelType {
}

public var hyphenationFactor: Float {
if self == .splashTitle { return 0.0 }
return 1.0
return 0.0
}

public var lineBreakMode: NSLineBreakMode {
Expand Down
4 changes: 2 additions & 2 deletions Translations/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@

/*Text auf der Onboarding Page für die Permission der Exposure-Library, iOS*/
/*Fuzzy*/
"onboarding_gaen_text_ios" = "Pour utiliser l'application, les notifications d'exposition au COVID 19 doivent être activée.";
"onboarding_gaen_text_ios" = "Pour utiliser l'application, les notifications d'exposition au COVID 19 doivent être activées.";

/*Aktivieren-Button auf der Onboarding Page für die Permission der Exposure-Library*/
"onboarding_gaen_button_activate" = "Activer";
Expand Down Expand Up @@ -851,7 +851,7 @@
"tracing_setting_text_android" = "Notifications d'exposition au COVID 19";

/*Text auf der Onboarding Page für die Permission der Exposure-Library, Android*/
"onboarding_gaen_text_android" = "Pour utiliser l'application, les notifications d'exposition au COVID 19 doivent être activée.";
"onboarding_gaen_text_android" = "Pour utiliser l'application, les notifications d'exposition au COVID 19 doivent être activées.";

/*Onboarding Disclaimer Screen: AppName Title*/
"onboarding_disclaimer_heading" = "SwissCovid";
Expand Down
2 changes: 1 addition & 1 deletion Translations/it.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@
"onboarding_legal_alert_no" = "No";

/*Erster Onboarding-Screen für Pilot: JA von Popup in dem Nutzer Pilot bestätigen muss*/
"onboarding_legal_alert_yes" = "Si";
"onboarding_legal_alert_yes" = "";

/*Erster Onboarding-Screen für Pilot: Blockierendes Popup für Nutzer die nicht im Pilot sind, Titel*/
"onboarding_legal_blocker_title" = "Fase pilota";
Expand Down
2 changes: 1 addition & 1 deletion Translations/ti.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"inform_detail_box_subtitle" = "ብኮቪድኮድ";

/*Inform Detai Weisse Box Titel*/
"inform_detail_box_title" = "Break the chains of infection";
"inform_detail_box_title" = "ሰንሰለት ለበዳ ሕማም ምቁራጽ";

/*Inform Detail Weisse Box Button*/
"inform_detail_box_button" = "ኮቪድኮድ ኣእትው";
Expand Down
4 changes: 2 additions & 2 deletions Translations/tr.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"CFBundleDisplayName" = "SwissCovid";
"NSBluetoothPeripheralUsageDescription" = "Encounters will be recognised in the background via low energy Bluetooth.";
"NSBluetoothAlwaysUsageDescription" = "Encounters will be recognised in the background via low energy Bluetooth.";
"NSBluetoothPeripheralUsageDescription" = "Temaslar arka planda Bluetooth yoluyla, asgari pil kullanımı ile tespit edilmektedir.";
"NSBluetoothAlwaysUsageDescription" = "Temaslar arka planda Bluetooth yoluyla, asgari pil kullanımı ile tespit edilmektedir.";
Loading

0 comments on commit f98768c

Please sign in to comment.