Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Update readme to tell about feature freeze on 1.9 #1875

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,9 @@ for ($i = 0; $i < 10; $i++) {
// Geneviève Marchal
```

You can check available Faker locales in the source code, [under the `Provider` directory](https://github.com/fzaninotto/Faker/tree/master/src/Faker/Provider). The localization of Faker is an ongoing process, for which we need your help. Don't hesitate to create localized providers to your own locale and submit a PR!
You can check available Faker locales in the source code, [under the `Provider` directory](https://github.com/fzaninotto/Faker/tree/master/src/Faker/Provider). ~~The localization of Faker is an ongoing process, for which we need your help. Don't hesitate to create localized providers to your own locale and submit a PR!~~
Faker 1.9 is now enhancement-freeze (see #1851).
Plase join us in #1807 to discuss about Faker 2.0!!

## Populating Entities Using an ORM or an ODM

Expand Down