Skip to content

Commit 2176f47

Browse files
committed
WIP for #1197
1 parent fe3808a commit 2176f47

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

  • public-gui/src/locale

public-gui/src/locale/en.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,19 @@ const en = {
9292
surfLogoLabel: "SURF",
9393
euLogoAlt: "Funded by the European Union. NextGenerationEU."
9494
},
95+
faq: [
96+
{
97+
q: "question 1",
98+
a: "answer 1 with {{variable}} interpolation"
99+
},
100+
{
101+
q: "question 2",
102+
a: "answer 2 with <code>HTML</code> formatting"
103+
},
104+
{
105+
q: "question 3",
106+
a: "answer 3"
107+
}
108+
]
95109
}
96110
export default en;

0 commit comments

Comments
 (0)