Skip to content

Commit

Permalink
Fix locales count
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Sep 13, 2024
1 parent ba70b40 commit e33f462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Python that can produce a wide range of fake data in various languages.

The key features are:

- **Multilingual**: Supports 35 different locales.
- **Multilingual**: Supports 42 different locales.
- **Extensibility**: Supports custom data providers and custom field handlers.
- **Ease of use**: Features a simple design and clear documentation for straightforward data generation.
- **Performance**: Widely recognized as the fastest data generator among Python solutions.
Expand Down
2 changes: 1 addition & 1 deletion docs/locales.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You can also use it with :class:`~mimesis.Generic()`:
Supported locales
-----------------

Mimesis currently includes support for 35 different locales (see :class:`~mimesis.enums.Locale` for more details).
Mimesis currently includes support for 42 different locales (see :class:`~mimesis.enums.Locale` for more details).

The table below lists all supported locales and their associated
countries.
Expand Down

0 comments on commit e33f462

Please sign in to comment.