Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature yoruba names and colors #1905

Closed

Commits on Sep 4, 2023

  1. This commit introduces a person provider tailored for the Yoruba (yo_…

    …NG) locale within the Python Faker package. The new provider enhances the package's capabilities, enabling the generation of Yoruba-specific person-related data such as names and colors.
    
    The person provider for yo_NG includes:
    - Yoruba names (first names and last names)
    - Yoruba-specific colors
    
    This addition extends the versatility of Python Faker by supporting Yoruba language-specific data generation, facilitating various testing and development tasks that require Yoruba person-related information.
    
    Contributor: Tofunmi Okedeji
    Will0177 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    88fedc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. test: Added test suite for Yoruba (yo_NG) color data

    The addition of these tests enhances the reliability and quality of Yoruba color data generation in the Python Faker library, ensuring that it aligns with Yoruba language conventions and expectations.
    
    Contributor: Tofunmi Okedeji
    21toffy committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f92976b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    330b86e View commit details
    Browse the repository at this point in the history