Skip to content

Commit

Permalink
fix(docs): fix wrong document (availableLocales) (#1577)
Browse files Browse the repository at this point in the history
  • Loading branch information
horitaka committed Nov 8, 2022
1 parent 206e1f1 commit 44ff0b9
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions vuepress/api/README.md
Expand Up @@ -222,18 +222,6 @@ 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.9.0+
* **Type:** `Locale[]`

* **Default:** `[]`

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

The list of available locales in `messages` in lexical order.

#### formatter

* **Type:** `Formatter`
Expand Down Expand Up @@ -462,6 +450,16 @@ The datetime formats of localization.
The number formats of localization.
#### availableLocales
> :new: 8.9.0+
* **Type:** `Locale[]`
* **Read only**
The list of available locales in `messages` in lexical order.
#### missing
* **Type:** `MissingHandler`
Expand Down

0 comments on commit 44ff0b9

Please sign in to comment.