You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
I wanted to change the user's name from US names to Indian. But when I change the locale it stops generating users.
Versions
Version
PHP
7.4.4
fzaninotto/faker
1.9.0
Self-enclosed code snippet for reproduction
<!-- please replace this with a self-enclosed usage example -->
I have changed the code from factory.php file
here is the change
class Factory
{
const DEFAULT_LOCALE = 'en_US';
NOTE: I have changed the en_US to en_IN
Expected output
<!-- please replace this with the expected output of your self-enclosed example -->
Actual output
After making changes generator stop working and no new fake users were not generating
<!-- please replace this with the actual output of your self-enclosed example -->
The text was updated successfully, but these errors were encountered:
Summary
I wanted to change the user's name from US names to Indian. But when I change the locale it stops generating users.
Versions
fzaninotto/faker
Self-enclosed code snippet for reproduction
<!-- please replace this with a self-enclosed usage example -->
I have changed the code from factory.php file
here is the change
class Factory
{
const DEFAULT_LOCALE = 'en_US';
NOTE: I have changed the en_US to en_IN
Expected output
Actual output
After making changes generator stop working and no new fake users were not generating
The text was updated successfully, but these errors were encountered: