mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
fix(docs): missing ' in translator.add docs (#675)
* feat: add types to nebula serve * chore: add docs * fix(docs): missing ' in translator.add docs Co-authored-by: caele <tsm@qlik.com>
This commit is contained in:
@@ -824,8 +824,8 @@ translator.add({
|
||||
id: 'company.hello_user',
|
||||
locale: {
|
||||
'en-US': 'Hello {0}',
|
||||
'sv-SE': 'Hej {0}
|
||||
}
|
||||
'sv-SE': 'Hej {0}',
|
||||
},
|
||||
});
|
||||
translator.get('company.hello_user', ['John']); // Hello John
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user