Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tikiatua committed Jan 4, 2018
1 parent 74f03f3 commit 8824369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ There are also several methods available on the property `this.$i18n` or `Vue.i1
```javascript

// translate the given key
$i18n.$t(), Vue.i18n.translate()
$t(), Vue.i18n.translate()

// translate the given key in a specific locale
$i18n.$tlang(), Vue.i18n.translateIn()
$tlang(), Vue.i18n.translateIn()

// get the current locale
$i18n.locale(), Vue.i18n.locale()
Expand Down

0 comments on commit 8824369

Please sign in to comment.