Commit Graph

484 Commits

Author SHA1 Message Date
Adam Bard
b62f74a3de
Merge pull request #4025 from Mariede/patch-1
[julia/pt-br] Small corrections
2020-10-01 07:57:42 -07:00
Adam Bard
d2cb4f2123
Merge pull request #4027 from Mariede/patch-3
[self/pt-br] Small corrections
2020-10-01 07:57:22 -07:00
Adam Bard
68d211d9ab
Merge pull request #4026 from Mariede/patch-2
[kotlin/pt-br] Small corrections
2020-10-01 07:56:51 -07:00
Adam Bard
18d51e5a7e
Merge pull request #4028 from Mariede/patch-4
[matlab/pt-br] Small corrections
2020-10-01 07:56:31 -07:00
Adam Bard
34ad35ef3d
Merge pull request #4029 from Mariede/patch-5
[awk/pt-br] Small corrections
2020-10-01 07:56:16 -07:00
Adam Bard
a5016783f3
Merge pull request #4012 from adelarsq/master
[F#/pt-br] Add translation for F# to Brazilian Portuguese
2020-10-01 07:42:02 -07:00
Michel
6b5532f488
[awk/pt-br] Small corrections 2020-09-30 17:27:57 -03:00
Michel
6c9d43068a
[matlab/pt-br] Small corrections 2020-09-30 17:18:07 -03:00
Michel
62db5e5073
[self/pt-br] Small corrections 2020-09-30 17:13:30 -03:00
Michel
0442bb51f5
[kotlin/pt-br] Small corrections 2020-09-30 17:02:40 -03:00
Michel
7b42ba4ad9
[julia/pt-br] Small corrections 2020-09-30 16:55:22 -03:00
Adelar da Silva Queiróz
68d5c0a070
Update missing translations 2020-09-24 23:07:33 -03:00
Valdir Júnior
44cbab28aa
fix: typo pt-br elixir 2020-09-24 13:06:23 -03:00
Adelar da Silva Queiróz
05439f454d
Create fsharp-pt.html.markdown 2020-09-17 12:17:19 -03:00
knopftee
1aa649ecf3
Update sass-pt.html.markdown
Update in sass-pt markdown file with orthography corrections.
2020-07-22 20:36:39 -03:00
sumanstats
0ecb826429 Perl6 to Raku and many more
+ As the Perl 6 is renamed to raku, it is good to reflect that https://github.com/Raku/problem-solving/blob/master/solutions/language/Path-to-Raku.md

+ perl6.org is now raku.org
+ change references of perl 6 to raku
+ rename file perl6-pod.html.markdown to raku-pod.html.markdown
+ Perl refers to Perl 5, there is no ambiguity after rename of Perl6 to
  Raku, use Perl only to refer to Perl 5
+ fix links inside raku.html.markdown
2020-06-10 16:33:01 +05:45
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