summaryrefslogtreecommitdiffhomepage
path: root/pt-br
Commit message (Collapse)AuthorAgeLines
* Merge pull request #3856 from sshine/make-python3-defaultAdam Bard2020-02-13-1068/+1068
|\ | | | | [Python] Make Python 3 default
| * Python 3: Use 'filename: learnpython*.py' (no '3')Simon Shine2020-02-12-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before renaming, Python 3 filenames were 'learnpython3*.py'. This commit removes the '3' part from the filename. To verify that the filenames were named consistently across translations prior to this commit, and to change this: ``` ack -H 'filename:' python.html.markdown find . -name "python-*.markdown" -exec ack -H 'filename:' {} \; sed -i 's/^filename: learnpython3/filename: learnpython/' \ python.html.markdown find . -name "python-*.markdown" -exec \ sed -i 's/^filename: learnpython3/filename: learnpython/' {} \; ```
| * Change 'filename:' for Python 2 (legacy)Simon Shine2020-02-12-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before renaming, all Python 2 filenames were 'learnpython-*.py'. This commit renames them to 'learnpythonlegacy-*.py'. To verify that the filenames were named consistently across translations prior to this commit, and to change this: ``` find . -name "pythonlegacy*.markdown" -exec ack filename: {} \; find . -name "pythonlegacy*.markdown" -exec \ sed -i 's/^filename: learnpython/filename: learnpythonlegacy/' {} \; ```
| * Python 3: 'language: Python'Simon Shine2020-02-12-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Instead of listing 'language: python3' for Python 3, use language: Python as #3450 does. ``` find . -iname "python-*.markdown" -exec \ sed -i 's/language: python3/language: Python/' {} \; ```
| * Python 2 'language': Python 2 (legacy)Simon Shine2020-02-12-1/+1
| | | | | | | | | | | | | | | | | | | | | | Instead of listing 'language: python' for Python 2, use language: Python 2 (legacy) ``` find . -iname "*pythonlegacy*" -exec \ sed -i 's/^language: .*/language: Python 2 (legacy)/' {} \; ```
| * Rename Python 3 markdown files into 'python'Simon Shine2020-02-12-0/+0
| | | | | | | | | | | | | | | | ``` for f in $(find . -iname "*python3*" | grep -vE 'git'); do fnew=$(echo "$f" | sed 's/python3/python/') git mv "$f" "$fnew" done
| * Rename Python 2 markdown files into 'pythonlegacy'Simon Shine2020-02-12-0/+0
| | | | | | | | | | | | | | | | | | ``` for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do flegacy=$(echo "$f" | sed 's/python/pythonlegacy/') git mv "$f" "$flegacy" done ```
* | Purge my deadnameLeigh Brenecki2020-02-13-4/+4
|/
* [markdown/pt-br] formatting adjustments (#3738)Gabriele Luz2020-02-02-60/+139
|
* Merge pull request #3743 from almeidaraul/patch-2Divay Prakash2020-01-24-0/+1
|\ | | | | [pascal/pt-br] Update contributors in pascal-pt
| * Update contributors in pascal-ptRaul Almeida2019-10-29-0/+1
| | | | | | I translated this a while back and decided to add myself as a contributor besides a translator because I changed much of the original text to what I feel is a more legible, better explanation of the Pascal language.
* | Merge pull request #3740 from almeidaraul/patch-1Divay Prakash2020-01-24-0/+11
|\ \ | | | | | | [pt-br/vim] Add command tips and examples, fix wild text
| * | Add command tips and examples, fix wild textRaul Almeida2019-10-29-0/+11
| |/ | | | | Added information under "Alguns atalhos e dicas" and "Macros"; removed some wild text in the header (essentially, one of the contributors was one of vim's modes)
* | Merge pull request #3725 from andredesanta/patch-1Divay Prakash2020-01-24-8/+8
|\ \ | | | | | | [clojure-macros/pt-br] Fix language typos
| * | Fix language typos in clojure-macros-pt.html.markdownAndré de Santa2019-10-24-8/+8
| |/
* | Merge pull request #3701 from ysads/clojure/pt-br/rewrite-textDivay Prakash2020-01-24-208/+391
|\ \ | | | | | | [clojure/pt-br] Rewrite text to be more natural in portuguese
| * | [clojure/pt-br] Rewrite text to be more naturalYgor Sad2019-10-13-208/+391
| |/
* | Merge pull request #3689 from lbertolazzi/patch-10Divay Prakash2020-01-11-1/+1
|\ \ | | | | | | [haskell/pt] Correção ortográfica
| * | [haskell/pt] Correção ortográficalbertolazzi2019-10-11-2/+2
| |/
* | Merge pull request #3688 from lbertolazzi/patch-9Divay Prakash2020-01-11-1/+1
|\ \ | | | | | | [whip/pt] Correção ortográfica
| * | [whip/pt] Correção ortográficalbertolazzi2019-10-11-1/+1
| |/
* | Merge pull request #3687 from lbertolazzi/patch-7Divay Prakash2020-01-11-1/+1
|\ \ | | | | | | Update pascal-pt.html.markdown
| * | Update pascal-pt.html.markdownlbertolazzi2019-10-11-1/+1
| |/
* | Merge pull request #3686 from lbertolazzi/patch-6Divay Prakash2020-01-11-1/+1
|\ \ | | | | | | [elisp/pt] Correção ortográfica
| * | [elisp/pt] Correção ortográficalbertolazzi2019-10-11-1/+1
| |/
* | Merge pull request #3683 from heitorPB/c-update-book-linkDivay Prakash2020-01-11-1/+2
|\ \ | | | | | | [C/en,es,tr,pt-br,zh-cn,ru-ru] update book link
| * | [c/pt-br] Fix book linkHeitor Pascoal de Bittencourt2019-10-08-1/+2
| |/
* | Merge pull request #3665 from victorwpbastos/patch-11Divay Prakash2020-01-11-1/+1
|\ \ | | | | | | [haskell/pt-br] Small typo
| * | [haskell/pt-br] Small typoVictor Bastos2019-10-01-1/+1
| |/
* | Merge branch 'master' into masterDivay Prakash2019-12-23-237/+3971
|\ \
| * \ Merge branch 'master' into patch-4Divay Prakash2019-11-24-88/+95
| |\ \
| | * \ Merge pull request #3656 from Anabaac/patch-2Divay Prakash2019-11-24-1/+1
| | |\ \ | | | | | | | | | | [yaml/pt-br] Small typo
| | | * \ Merge branch 'master' into patch-2Divay Prakash2019-11-24-81/+88
| | | |\ \
| | | * | | [yaml/pt-br] Small typoAna Beatriz Cavalcanti2019-10-01-2/+2
| | | | | |
| | * | | | Merge pull request #3658 from rmuliterno/patch-2Divay Prakash2019-11-24-3/+3
| | |\ \ \ \ | | | | | | | | | | | | | | [language/lang-code] Small Typos Fix
| | | * | | | Small Typos FixRenan Muliterno Ferreira2019-10-01-3/+3
| | | |/ / /
| | * | | | Merge pull request #3657 from Anabaac/patch-3Divay Prakash2019-11-24-4/+4
| | |\ \ \ \ | | | |_|/ / | | |/| | | [stylus/pt-br] Typos
| | | * | | [stylus/pt-br] TyposAna Beatriz Cavalcanti2019-10-01-4/+4
| | | |/ /
| | * | | Merge branch 'master' into patch-1Divay Prakash2019-11-24-71/+78
| | |\ \ \
| | | * \ \ Merge branch 'master' into patch-11Divay Prakash2019-11-24-71/+77
| | | |\ \ \
| | | | * \ \ Merge pull request #3651 from daniloyamauti/patch-12Divay Prakash2019-11-24-3/+3
| | | | |\ \ \ | | | | | | | | | | | | | | | | [csharp/pt-br] Missing translation
| | | | | * | | [csharp/pt-br] Missing translationdaniloyamauti2019-10-01-3/+3
| | | | | |/ /
| | | | * | | Merge pull request #3653 from daniloyamauti/patch-14Divay Prakash2019-11-24-3/+3
| | | | |\ \ \ | | | | | | | | | | | | | | | | [csharp/pt-br] Missing translation
| | | | | * | | [csharp/pt-br] Missing translationdaniloyamauti2019-10-01-3/+3
| | | | | |/ /
| | | | * | | Merge pull request #3652 from daniloyamauti/patch-13Divay Prakash2019-11-24-3/+3
| | | | |\ \ \ | | | | | | | | | | | | | | | | [csharp/pt-br] Missing translation
| | | | | * | | [csharp/pt-br] Missing translationdaniloyamauti2019-10-01-3/+3
| | | | | |/ /
| | | | * | | Merge pull request #3648 from arfurlaneto/patch-13Divay Prakash2019-11-24-1/+1
| | | | |\ \ \ | | | | | | | | | | | | | | | | [typescript/pt-br] Better translation
| | | | | * | | Update typescript-pt.html.markdownAntonio Roberto Furlaneto2019-10-01-1/+1
| | | | | |/ /
| | | | * | | Merge pull request #3647 from daniloyamauti/patch-10Divay Prakash2019-11-24-1/+1
| | | | |\ \ \ | | | | | | | | | | | | | | | | [csharp/pt-br] Missing translation
| | | | | * | | [csharp/pt-br] Missing translationdaniloyamauti2019-10-01-1/+1
| | | | | |/ /