Skip to content

Commit f7e28ad

Browse files
committed
docs: added warning for case sensitive and fixed example
1 parent 5e0a2a8 commit f7e28ad

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,18 @@ To set up translations for the <roundup-classhelper> component, follow these ste
177177

178178
1. In your Roundup instance's Demo/locale directory, create a new file if not exists with the name __.po (e.g., de.po for German).
179179

180-
2. After the header, add the translation entries for the <roundup-classhelper> component. For example, for German, you can add:
181-
msgid "Submit"
180+
2. After the header, add the translation entries for the <roundup-classhelper> component.
181+
For example next and submit are not being shown for German, you can add:
182+
msgid "submit"
182183
msgstr "gehen"
183184

184-
msgid "Next"
185+
msgid "next"
185186
msgstr "nächste"
186187

187188
msgid "name"
188189
msgstr "name"
190+
191+
The **msgid** here is case sensitive therefore be careful.
189192

190193
3. Save the __.po file.
191194

0 commit comments

Comments
 (0)