162 Use translation function in home component

This commit is contained in:
Lisa Hillebrand
2021-05-02 21:21:53 +02:00
parent e0f64173bf
commit f3cabe5ca1
4 changed files with 13 additions and 13 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
"components": {
"Home": {
"addDataForToday": "add data for today",
"noPrediction": "As soon as you have tracked 3 menstrual cycles, drip will make predictions for the next ones."
"noPrediction": "As soon as you have tracked 3 menstrual cycles, drip will make predictions for the next ones.",
"cycleDay": " day of your cycle",
"cyclePhase": " cycle phase - "
}
}
}