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.
Many Languages don't have capital/uppercase letters (like hebrew).
Also I think people that use Faker to fill random data don't really care about that.
I suggest make it optional, so we could do something like this:
class HebrewTextProvider extends \Faker\Provider\Text
{
protected$ensureTextStartsWithUppercase = false;
The text was updated successfully, but these errors were encountered:
Many Languages don't have capital/uppercase letters (like hebrew).
Also I think people that use Faker to fill random data don't really care about that.
I suggest make it optional, so we could do something like this:
The text was updated successfully, but these errors were encountered: