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

Various locale specific and other fixes for faker #2339

Merged
merged 1 commit into from Jun 22, 2021

Commits on Jun 21, 2021

  1. Various locale specific and other fixes for faker

    Summary of the changes:
    
    - touhou.yml: The current file isn't a valid yaml spec. Use single
      quote to fix it.
    - es-AR: Remove redundant entires, the `country_code` should be an
    array (as consistent with the other formats)
    - fr: Break `appliance.yml` from `pokemon.yml` as it's a separate
    one. (Also makes it consistent with the en locale)
    - ja: Break `animal.yml`, `cat.yml`, `dog.yml`, `overwatch.yml`,
    `pokemon.yml`, `super_mario.yml`, `zelda.yml` from `creature.yml` and
    `games.yml`. This makes it consistent with the `en` locale too.
    - en/music.yml: Move hiphop under music as that's the top level
    attribute. This also makes it consistent with the other yml convention
    we follow.
    psibi committed Jun 21, 2021
    Copy the full SHA
    ab88383 View commit details
    Browse the repository at this point in the history