We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713e624 commit 970e61eCopy full SHA for 970e61e
2 files changed
cs/newLangViewer.md
@@ -20,7 +20,7 @@
20
21
```javascript
22
var _lstr = {
23
- 'klic' : () => `hodnota ${globalni-promenna}`,
+ 'klic' : (s) => `hodnota ${globalni-promenna} nebo ${s.neco-poslaneho-ve-strings}`,
24
};
25
```
26
en/newLangViewer.md
- 'key' : () => `value ${global-variable}`,
+ 'key' : (s) => `value ${global-variable} or ${s.something-in-strings}`,
0 commit comments