Add Brazilian Portuguese translations for Faker::Subscription#2960
Merged
stefannibrasil merged 12 commits intofaker-ruby:mainfrom Sep 3, 2024
Merged
Conversation
Contributor
|
HI @murichristopher thanks! I tried this branch in the console |
…hristopher/faker into add-pt-br-locales-for-subscription
Contributor
Author
|
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> |
thdaraujo
reviewed
Jun 28, 2024
thdaraujo
reviewed
Jun 28, 2024
thdaraujo
reviewed
Jun 28, 2024
Contributor
|
Hi @murichristopher are you still interested in moving this one forward? Thanks! |
…hristopher/faker into add-pt-br-locales-for-subscription
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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]