We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3808a commit 2176f47Copy full SHA for 2176f47
1 file changed
public-gui/src/locale/en.js
@@ -92,5 +92,19 @@ const en = {
92
surfLogoLabel: "SURF",
93
euLogoAlt: "Funded by the European Union. NextGenerationEU."
94
},
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
+ ]
109
}
110
export default en;
0 commit comments