File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ To set up translations for the <roundup-classhelper> component, follow these ste
179179
1801802. After the header, add the translation entries for the <roundup-classhelper > component.
181181For example next and submit are not being shown for German, you can add:
182+ ```
182183 msgid "submit"
183184 msgstr "gehen"
184185
@@ -187,7 +188,7 @@ For example next and submit are not being shown for German, you can add:
187188
188189 msgid "name"
189190 msgstr "name"
190-
191+ ```
191192The **msgid** here is case sensitive therefore be careful.
192193
1931943. Save the __.po file.
@@ -263,10 +264,19 @@ Enable the python virtual environment then proceed to install the following pack
263264```
264265
265266#### To run the code in a Headless Environment:
266- Set "HEADLESS = TRUE " in line 12.
267+
268+ Set
269+ ```
270+ HEADLESS = TRUE
271+ ```
272+ at line 12.
267273
268274#### To run the code without Headless:
269- Set " HEADLESS = FALSE" in line 12.
275+ Set
276+ ```
277+ HEADLESS = FALSE
278+ ```
279+ at line 12.
270280
271281
272282### Run the test suite
You can’t perform that action at this time.
0 commit comments