Skip to content

Commit

Permalink
Merge pull request #90 from johnraz/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
zewa666 committed Apr 1, 2016
2 parents bd377bc + d925e1c commit 5640091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -150,7 +150,7 @@ export class MyDemoVM {
```

### Translating via code
Translating stuff via code works by using the method `tr`. You pass in the `key` as first parameter, followed by the optional second parameter `options` to specify in detail how the translations should be performed. Please consult the [i18next docs](http://i18next.com/pages/doc_features.html) for a detailed list of those:
Translating stuff via code works by using the method `tr`. You pass in the `key` as first parameter, followed by the optional second parameter `options` to specify in detail how the translations should be performed. Please consult the [i18next docs](http://i18next.com/translate/#overrideoptions) for a detailed list of those:

```javascript
import {I18N} from 'aurelia-i18n';
Expand Down

0 comments on commit 5640091

Please sign in to comment.