-
Notifications
You must be signed in to change notification settings - Fork 23
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
Brazilian Portuguese Translation #41
Conversation
Brazilian Portuguese Translation v1.2 |
NPC -> PNJ espacos de magia -> cargas magicas Feiticeiro -> Conjurador ...
A few suggestions: Since this is the first published translation of TBH in Portuguese, maybe you can tag it as "1.0" version. When we'll merge it into master, it'll be published. Further fixes may be marked as 1.1 or 1.0.1 if needed. A few things are missing if we follow the CONTRIBUTING document. That'd be great if you could have these ones checked:
Eventually, when you're completely sure that you're ready to merge, you may want to rebase and squash all these commits into one. This step is not mandatory, it's just to have a cleaner history, with less commits and make it more readable. If you can't or don't want to, don't worry, your PR will still be accepted |
Hi, LICENSE file -> ok About version 1.0, you're talking about numbering the version in my fork When I click the release pane, it shows your project's releases (which is I've just made a pull request with things as they are. I guess only this On Thu, Sep 15, 2016 at 5:34 PM, Bruno Bord [email protected]
|
|
||
def test_slugify_converting_saves(): | ||
assert slugify('Converting Saves', '-') == 'converting-saves' | ||
assert slugify('Conversion des jets de sauvegarde', '-') == 'conversion-des-jets-de-sauvegarde' # noqa | ||
assert slugify('Convirtiendo tiradas de salvación', '-') == 'convirtiendo-tiradas-de-salvacion' # noqa | ||
assert slugify('セーブの変換', '-') == 'sebunobian-huan' | ||
assert slugify('Convertendo jogadas de proteção', '-') == 'convertendo-jogadas-de-protecao' # noqa |
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.
Excellent!
#convertire-i-tiri-salvezza + p + table + table, | ||
/* portuguese */ | ||
#convertendo-jogadas-de-protecao + p + table, | ||
#convertendo-jogadas-de-protecao + p + table + table |
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.
looking good. I'll double-check this when I'll try to build the HTML pages and browse the result.
I'm sorry, I think I confused you. Let me sum this up:
|
Yes I guess I've messed things up in the pull request comments. Is there To make it clear about the version, are we talking about the meta.yaml file? If it's not the meta, should I use my Readme or write in the text files? ( On Fri, Sep 16, 2016 at 9:33 AM, Bruno Bord [email protected]
|
Simply edit the meta.yaml file and put the right version, that'll be enough.
Yes, TBH version used is 1.2, and it's written in your `brazilian-portuguese/the-black-hack.md``, so that's fine. The translation versions and the original text versions don't have to match. |
Ok done! On Fri, Sep 16, 2016 at 10:06 AM, Bruno Bord [email protected]
|
that's cool! thank you for your great work (and your patience with my nutty-nitpicks). Will merge tonight (CEST timezone) Obrigado por tudo |
thank you too for having this so well organized! the nutty-nitpicks are Que le Hack se propager à travers le monde On Fri, Sep 16, 2016 at 10:37 AM, Bruno Bord [email protected]
|
\o/ On Fri, Sep 16, 2016 at 1:14 PM, Bruno Bord [email protected]
|
Brazilian Portuguese Translation v1.0.