Adam Bard
0a0a40dc2d
Merge pull request #3856 from sshine/make-python3-default
...
[Python] Make Python 3 default
2020-02-13 22:00:05 -08:00
Leigh Brenecki
5864aba42d
Purge my deadname
2020-02-13 10:38:29 +10:30
Simon Shine
ae848c481f
Python 3: Use 'filename: learnpython*.py' (no '3')
...
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/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
887cbee8af
Change 'filename:' for Python 2 (legacy)
...
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/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
8f5fac9895
Python 3: 'language: Python'
...
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/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
95c8b24ebf
Python 2 'language': Python 2 (legacy)
...
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)/' {} \;
```
2020-02-12 05:09:13 +01:00
Simon Shine
a3b0585374
Rename Python 3 markdown files into 'python'
...
```
for f in $(find . -iname "*python3*" | grep -vE 'git'); do
fnew=$(echo "$f" | sed 's/python3/python/')
git mv "$f" "$fnew"
done
2020-02-12 04:54:36 +01:00
Simon Shine
1adab9bc3f
Rename Python 2 markdown files into 'pythonlegacy'
...
```
for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do
flegacy=$(echo "$f" | sed 's/python/pythonlegacy/')
git mv "$f" "$flegacy"
done
```
2020-02-12 04:53:08 +01:00
Gabriele Luz
21a5423b2b
[markdown/pt-br] formatting adjustments ( #3738 )
2020-02-02 15:16:35 +05:30
Divay Prakash
6db3c76edd
Merge pull request #3743 from almeidaraul/patch-2
...
[pascal/pt-br] Update contributors in pascal-pt
2020-01-24 20:09:51 +05:30
Divay Prakash
e02b5aa001
Merge pull request #3740 from almeidaraul/patch-1
...
[pt-br/vim] Add command tips and examples, fix wild text
2020-01-24 20:08:08 +05:30
Divay Prakash
4632eb7482
Merge pull request #3725 from andredesanta/patch-1
...
[clojure-macros/pt-br] Fix language typos
2020-01-24 19:53:37 +05:30
Divay Prakash
5c16cd103d
Merge pull request #3701 from ysads/clojure/pt-br/rewrite-text
...
[clojure/pt-br] Rewrite text to be more natural in portuguese
2020-01-24 19:46:39 +05:30
Divay Prakash
b0078b2deb
Merge pull request #3689 from lbertolazzi/patch-10
...
[haskell/pt] Correção ortográfica
2020-01-11 14:18:14 +05:30
Divay Prakash
6e1b56b2bf
Merge pull request #3688 from lbertolazzi/patch-9
...
[whip/pt] Correção ortográfica
2020-01-11 14:18:04 +05:30
Divay Prakash
21de21457b
Merge pull request #3687 from lbertolazzi/patch-7
...
Update pascal-pt.html.markdown
2020-01-11 14:17:07 +05:30
Divay Prakash
1d4331fd9d
Merge pull request #3686 from lbertolazzi/patch-6
...
[elisp/pt] Correção ortográfica
2020-01-11 14:16:51 +05:30
Divay Prakash
1d00814fb7
Merge pull request #3683 from heitorPB/c-update-book-link
...
[C/en,es,tr,pt-br,zh-cn,ru-ru] update book link
2020-01-11 14:06:52 +05:30
Divay Prakash
ff5bab0e9f
Merge pull request #3665 from victorwpbastos/patch-11
...
[haskell/pt-br] Small typo
2020-01-11 14:02:53 +05:30
Divay Prakash
16dc074e39
Merge branch 'master' into master
2019-12-23 23:14:50 +05:30
Divay Prakash
ede3cc5484
Merge branch 'master' into patch-4
2019-11-24 12:38:47 +05:30
Divay Prakash
f0ce8b2ba2
Merge pull request #3656 from Anabaac/patch-2
...
[yaml/pt-br] Small typo
2019-11-24 12:36:11 +05:30
Divay Prakash
76020c65e0
Merge pull request #3658 from rmuliterno/patch-2
...
[language/lang-code] Small Typos Fix
2019-11-24 12:35:58 +05:30
Divay Prakash
19f0a57b2b
Merge pull request #3657 from Anabaac/patch-3
...
[stylus/pt-br] Typos
2019-11-24 12:35:22 +05:30
Divay Prakash
71e0fff024
Merge branch 'master' into patch-2
2019-11-24 12:33:32 +05:30
Divay Prakash
035e4af7d4
Merge branch 'master' into patch-1
2019-11-24 12:19:34 +05:30
Divay Prakash
b23a2cc28f
Merge branch 'master' into patch-11
2019-11-24 12:11:48 +05:30
Divay Prakash
7045e651d2
Merge pull request #3651 from daniloyamauti/patch-12
...
[csharp/pt-br] Missing translation
2019-11-24 12:07:32 +05:30
Divay Prakash
89257e9c0f
Merge pull request #3653 from daniloyamauti/patch-14
...
[csharp/pt-br] Missing translation
2019-11-24 12:07:17 +05:30
Divay Prakash
39c7efbb81
Merge pull request #3652 from daniloyamauti/patch-13
...
[csharp/pt-br] Missing translation
2019-11-24 12:07:10 +05:30
Divay Prakash
547a663c0c
Merge pull request #3648 from arfurlaneto/patch-13
...
[typescript/pt-br] Better translation
2019-11-24 12:05:38 +05:30
Divay Prakash
86f0b57dbb
Merge pull request #3647 from daniloyamauti/patch-10
...
[csharp/pt-br] Missing translation
2019-11-24 12:04:17 +05:30
Divay Prakash
a7668c791b
Merge pull request #3645 from arfurlaneto/patch-12
...
[latex/pt-br] Grammar error
2019-11-24 12:03:38 +05:30
Divay Prakash
6d56565b1c
Merge pull request #3644 from arfurlaneto/patch-11
...
[julia/pt-br] Better translation
2019-11-24 12:02:52 +05:30
Divay Prakash
e0cdbabb44
Merge pull request #3640 from arfurlaneto/patch-10
...
[csharp/pt-br] Missing translation
2019-11-24 11:54:38 +05:30
Divay Prakash
7773a8b1b2
Merge pull request #3649 from ferfedel/patch-12
...
[yaml/pt-br] Translation adjustments
2019-11-24 11:53:35 +05:30
Divay Prakash
5c58ffd48d
Merge pull request #3646 from ferfedel/patch-11
...
[bash/pt-br] Translation adjustments
2019-11-24 11:53:04 +05:30
Divay Prakash
3ebbd176e1
Merge pull request #3643 from ferfedel/patch-10
...
[css/pt-br] Translation adjustments
2019-11-24 11:52:34 +05:30
Divay Prakash
320327fd5a
Merge pull request #3641 from victorwpbastos/patch-10
...
[typescript/pt-br] Small typo
2019-11-24 11:49:33 +05:30
Divay Prakash
c6f65e89e7
Merge pull request #3638 from victorwpbastos/patch-8
...
[cypher/pt-br] Small typo
2019-11-24 11:48:11 +05:30
Divay Prakash
c6ce29b6aa
Merge pull request #3637 from victorwpbastos/patch-7
...
[php/pt-br] Small typo
2019-11-24 11:47:48 +05:30
Adam Bard
deb1819a2d
Merge pull request #3733 from fnscoder/master
...
[Python/pt-br] Improve translation
2019-10-30 12:40:11 -07:00
Adam Bard
767329cf74
Merge pull request #3744 from bfmonique/patch-1
...
[markdown/pt-br] Fix markdown-pt portuguese mistakes
2019-10-30 12:38:39 -07:00
Adam Bard
4e80a10d04
Merge pull request #3727 from andredesanta/patch-3
...
[clojure/pt-br] Add "Clojure for the Brave and True" resource
2019-10-30 12:37:00 -07:00
bfmonique
53488ee571
Fix python3-pt portuguese mistakes
2019-10-29 20:09:46 -03:00
bfmonique
cb5ef7349d
Fix markdown-pt portuguese mistakes
2019-10-29 20:02:08 -03:00
Raul Almeida
87b2be6102
Update contributors in pascal-pt
...
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.
2019-10-29 19:53:29 -03:00
Raul Almeida
daa3502767
Add command tips and examples, fix wild text
...
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)
2019-10-29 15:26:15 -03:00
Felipe N Souza
f47496b083
[Python/pt-br] Improve translation
2019-10-26 21:39:37 -03:00
André de Santa
68083173ec
Add "Clojure for the Brave and True" resource
2019-10-24 13:22:35 -03:00