Skip to content

[WIP] - Portuguese Translation #51

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

Merged
merged 23 commits into from
Aug 21, 2017

Conversation

gabsprates
Copy link
Contributor

@gabsprates gabsprates commented Aug 15, 2017

I started this translation in Brazilian Portuguese.

  • Basic Matchers
  • Meta character
    • Full stop
    • Character set
      • Negated character set
    • Repetitions
      • The Star
      • The Plus
      • The Question Mark
    • Braces
    • Character Group
    • Alternation
    • Escaping special character
    • Anchors
      • Caret
      • Dollar
  • Shorthand Character Sets
  • Lookaround
    • Positive Lookahead
    • Negative Lookahead
    • Positive Lookbehind
    • Negative Lookbehind
  • Flags
    • Case Insensitive
    • Global search
    • Multiline

@gabsprates gabsprates changed the title Portuguese Translation - WORK IN PROGRESS [WIP] - Portuguese Translation Aug 15, 2017
README.md Outdated
@@ -8,6 +8,7 @@
* [English](README.md)
* [中文版](README-cn.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add spanish version

README-pt_BR.md Outdated

[Teste a RegExp](https://regex101.com/r/E88WE2/1)

## Bônus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Take care that the Bonus section was removed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 😄

Copy link
Contributor

@eamanu eamanu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ready for merge

@eamanu
Copy link
Contributor

eamanu commented Aug 18, 2017

Sorry Not ready yet

README-pt_BR.md Outdated

<br/><br/>
<p align="center">
<img src="https://i.imgur.com/ekFpQUg.png" alt="Regular expression">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you put this image on Portuguese?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course! But my plan is to do it in the end. 😅

@gabsprates
Copy link
Contributor Author

Ok @eamanu, I'm ready now. But, how do I resolve this conflict?

@ziishaned
Copy link
Owner

@gabsprates To solve the conflicts read this article.

@eamanu
Copy link
Contributor

eamanu commented Aug 21, 2017

@gabsprates The problem (I think) is that you have your README.md very different to the @zeeshanu 's repo. Try to make a pull to update your repo and then do the PR

@gabsprates
Copy link
Contributor Author

thanks @zeeshanu and @eamanu!

@ziishaned ziishaned merged commit cb21fb6 into ziishaned:master Aug 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants