Skip to content

Commit

Permalink
fix(index): Fix kazupon#193 add docs to availableLocales
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Mar 7, 2019
1 parent ddc5ff7 commit bc571cd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions vuepress/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,19 @@ The number formats of localization.

* **See also:** `NumberFormats` type of [flowtype definitions](https://github.com/kazupon/vue-i18n/blob/dev/decls/i18n.js)

#### availableLocales

> :new: 8.8.3+
* **Type:** `Locale[]`

* **Default:** `[]`

* **Examples:** `["en", "ja"]`

The list of available locales in `messages`.


#### formatter

* **Type:** `Formatter`
Expand Down

0 comments on commit bc571cd

Please sign in to comment.