Skip to content
Snippets Groups Projects
Verified Commit 807e4110 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: doc

parent b95221c2
No related branches found
No related tags found
No related merge requests found
......@@ -112,9 +112,9 @@ class Translations extends Base {
* Set a text for a key
*
* ```
* translations.setText("text1": "Make my day!");
* translations.setText("text1", "Make my day!");
* // plural rules
* translations.setText("text6": {
* translations.setText("text6", {
* "zero": "There are no files on Disk.",
* "one": "There is one file on Disk.",
* "other": "There are files on Disk."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment