move hard coded headers and explainers from bleeding into cycle day i18n

- issue: 127
- by: sg
This commit is contained in:
Stefanie Grewenig
2019-01-12 15:44:02 +01:00
parent 5a40f6cbb1
commit 201fb5e2b6
2 changed files with 21 additions and 10 deletions
+12 -1
View File
@@ -1,7 +1,18 @@
export const bleeding = ['spotting', 'light', 'medium', 'heavy']
export const mucusNFP = ['t', 'Ø', 'f', 'S', 'S+']
export const intensity = ['low', 'medium', 'high']
export const bleeding = {
labels: ['spotting', 'light', 'medium', 'heavy'],
heaviness: {
header: "Heaviness",
explainer: "How heavy is the bleeding?",
},
exclude: {
header: "Exclude",
explainer: "You can exclude this value if it's not menstrual bleeding"
}
}
export const cervix = {
opening: {
categories: ['closed', 'medium', 'open'],