Skip to content

Commit

Permalink
Merge branch 'alpha' into Crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-b-m committed Nov 8, 2023
2 parents 5cbf9bc + 1d16a49 commit d7849a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,8 @@ Enact a temp Basal or a temp target */
/* */
"Please wait" = "Please wait";

"Glucose, %@" = "Glucose, %@";
/* */
"Glucose, " = "Glucose, ";

/* */
"Target Glucose" = "Target Glucose";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,8 @@ Enact a temp Basal or a temp target */
/* */
"Please wait" = "Vänta...";

"Glucose, %@" = "Glucose, %@";
/* */
"Glucose, " = "Blodsocker, ";

/* */
"Target Glucose" = "Målvärde";
Expand Down
2 changes: 1 addition & 1 deletion FreeAPS/Sources/Modules/Bolus/View/Predictions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ struct PredictionView: View {
"COB": Color(.loopYellow),
"ZT": Color(.ZT)
])
.chartYAxisLabel("Glucose, " + units.rawValue, alignment: .center)
.chartYAxisLabel(NSLocalizedString("Glucose, ", comment: "") + units.rawValue, alignment: .center)
}
}

0 comments on commit d7849a1

Please sign in to comment.