Skip to content

Commit

Permalink
Adds Luscii source in About
Browse files Browse the repository at this point in the history
  • Loading branch information
hungrxyz committed Jun 4, 2021
1 parent ca440ba commit 6c1d02b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Infected/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ struct AboutView: View {
titleKey: "Coronavirus Dashboard",
footnoteKey: "Vaccinations."
)
LinkView(
url: URL("https://luscii.com"),
titleKey: "Luscii",
footnoteKey: "Home admissions."
)
}
Section(header: Text("Acknowledgements")) {
VStack(alignment: .leading, spacing: 4) {
Expand Down
1 change: 1 addition & 0 deletions Infected/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ Based on our knowledge, at least 50% of the patients are using the Luscii COVID-
"Home Admissions Calculation" = "Realtime number of Luscii app home admissions times two to estimate a total number for Luscii and Other apps. [home admissions = Luscii home admissions * 2]";
"New home admissions is calculated by subtracting previous day total activated from current day total activated admissions." = "New home admissions is calculated by subtracting previous day total activated from current day total activated admissions.";
"Active number is calculated by subtracting total stopped from total activated admissions." = "Active number is calculated by subtracting total stopped from total activated admissions.";
"Home admissions." = "Home admissions.";
1 change: 1 addition & 0 deletions Infected/nl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ Op basis van onze kennis, maakt tenminste de helft van de patiënten van de Lusc
"Home Admissions Calculation" = "Realtime aantal thuisopnames in de Luscii-app maal twee om het totale aantal voor Luscii en andere apps te schatten. [thuisopnames = Luscii-thuisopnames * 2]";
"New home admissions is calculated by subtracting previous day total activated from current day total activated admissions." = "Het aantal nieuwe thuisopnames wordt berekend door het totaal van de vorige dag geactiveerd af te trekken van het totaal aantal geactiveerde opnames op de huidige dag.";
"Active number is calculated by subtracting total stopped from total activated admissions." = "Het actieve aantal wordt berekend door het totaal aantal gestopte opnames af te trekken van het totaal aantal geactiveerde opnames.";
"Home admissions." = "Thuisopnames.";

0 comments on commit 6c1d02b

Please sign in to comment.