You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ui/language/translations.js
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,12 @@ const translations = {
23
23
housingBenefit: "Housing benefit",
24
24
citizensBenefit: "Citizen's benefit",
25
25
bafög: "Bafög",
26
-
manyMore: "Many more"
26
+
manyMore: "Many more",
27
+
bielefeld: {
28
+
headerPilot: "Bielefeld Pilot Project",
29
+
headerShard1: "Discover support programs in Bielefeld",
30
+
subHeader: "Find support programs for you and your situation in Bielefeld. Answer a few questions and we will show you which programs you might be eligible for.",
31
+
}
27
32
},
28
33
fact: {
29
34
subHeader: "unclaimed social benefits per year",
@@ -365,6 +370,11 @@ const translations = {
365
370
citizensBenefit: "Bürgergeld",
366
371
bafög: "Bafög",
367
372
manyMore: "Viele Weitere",
373
+
bielefeld: {
374
+
headerPilot: "Pilotprojekt Bielefeld",
375
+
headerShard1: "Entdecke Deine Hilfe in Bielefeld",
376
+
subHeader: "Finde Förderprogramme, die zu dir und deiner Situation in Bielefeld passen. Beantworte einfach ein paar Fragen und wir zeigen dir, auf welche Programme du Anspruch haben könntest.",
377
+
}
368
378
},
369
379
fact: {
370
380
subHeader: "nicht in Anspruch genommener Sozialleistungen pro Jahr",
0 commit comments