Skip to content

Commit dad66fe

Browse files
authored
doc: formatting fixes for examples
make .po file changes a verbatim block so line breaks are preserved. Fix formatting of headless to use verbatim blocks.
1 parent 285f340 commit dad66fe

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ To set up translations for the <roundup-classhelper> component, follow these ste
179179

180180
2. After the header, add the translation entries for the <roundup-classhelper> component.
181181
For 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+
```
191192
The **msgid** here is case sensitive therefore be careful.
192193
193194
3. 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

0 commit comments

Comments
 (0)