Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:kazupon/vue-i18n into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jan 4, 2019
2 parents 5e04149 + a51043e commit 8d7df7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vuepress/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ If `false`, regardless of the root level locale, localize for each component loc

Whether suppress warnings outputted when localization fails.

If `true`, supress localization fail warnings.
If `true`, suppress localization fail warnings.

#### preserveDirectiveContent

Expand Down Expand Up @@ -361,7 +361,7 @@ Whether `v-t` directive's element should preserve `textContent` after directive

* **Return:** `finalChoice {number}`

Get pluralization index for current pluralizing number and a given amount of choices. Can be overriden through prototype mutation:
Get pluralization index for current pluralizing number and a given amount of choices. Can be overridden through prototype mutation:

```js
VueI18n.prototype.getChoiceIndex = /* custom implementation */
Expand Down

0 comments on commit 8d7df7c

Please sign in to comment.