-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Add Brazilian Portuguese translations for Faker::Subscription
#2960
Add Brazilian Portuguese translations for Faker::Subscription
#2960
Conversation
HI @murichristopher thanks! I tried this branch in the console |
…hristopher/faker into add-pt-br-locales-for-subscription
Hey, @stefannibrasil, There was a typo in the Here is the output that I have now in the console: irb(main):001:0> Faker::Config.locale = 'pt-BR'
=> "pt-BR"
irb(main):002:0> Faker::Subscription.subscription_term
=> "Vitalícia"
irb(main):003:0> Faker::Subscription.plan
=> "Essential"
irb(main):004:0> Faker::Subscription.payment_term
=> "Anual"
irb(main):005:0> Faker::Subscription.plan
=> "Premium"
irb(main):006:0> Faker::Subscription.plan
=> "Gold"
irb(main):007:0> Faker::Subscription.plan
=> "Teste gratuito"
irb(main):008:0> |
Hi @murichristopher are you still interested in moving this one forward? Thanks! |
…hristopher/faker into add-pt-br-locales-for-subscription
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Obrigada!
Motivation / Background
This Pull Request has been created to add new locale data for Brazilian Portuguese subscriptions.
Additional information
This update is based on existing English data and has been translated by native Brazilian Portuguese-speaking contributors.
Checklist
Before submitting the PR make sure the following are checked:
[Fix #issue-number]