Commit Graph

8633 Commits

Author SHA1 Message Date
nbehrnd
a18b5e2e87
[AWK/fr] correction orthography (#4445)
* [awk-fr], spell check, errors spot by @vendethiel

The commit accounts for errors in orthography identified by
@vendethiel.[1]

[1] https://github.com/adambard/learnxinyminutes-docs/pull/4440

* [awk-fr] spell check, own revision

Additional spell check.
2022-07-12 13:32:27 +02:00
wczcw
67c9ce1eb5
[GDScript/zh-cn] Add GDScript Chinese translation (#4416)
* [GDScript/zh-cn] Add GDScript Chinese translation

* [GDScript/zh-cn] Remove something inappropriate

* [GDScript/zh-cn] Rename GDScript cn file

* [GDScript/zh-cn] Keep lines under 80 chars

* [GDScript/zh-cn] Header config

Co-authored-by: xiehuaqiao <xiehuaqiao@national-space.com>
2022-07-12 11:49:03 +08:00
Marcel Ribeiro Dantas, Ph.D
523e4f76ad
Add lang field to pythonstatcomp-pt 2022-07-11 23:33:07 +02:00
Marcel Ribeiro Dantas, Ph.D
2b6fddeac1
Fix language name and filename extension for bf 2022-07-11 20:39:40 +02:00
Marcel Ribeiro Dantas, Ph.D
af834ad497
Fix filename extension for brainfuck file 2022-07-11 20:39:07 +02:00
Marcel Ribeiro Dantas, Ph.D
87647cdd31
Merge pull request #4440 from nbehrnd/awk-fr
[awk-fr] harmonization with PR 4437
2022-07-11 20:26:03 +02:00
Marcel Ribeiro Dantas, Ph.D
eb992cefa6
Merge pull request #4441 from nbehrnd/awk-es
correct example of gsub in awk-es
2022-07-11 20:25:27 +02:00
Marcel Ribeiro Dantas, Ph.D
a8e6e749ac
Merge pull request #4443 from nbehrnd/zn-cn-awk
[AWK/zh-cn] correct example gsub
2022-07-11 20:25:13 +02:00
Marcel Ribeiro Dantas, Ph.D
d82f450420
Merge pull request #4442 from nbehrnd/pt-br-awk
[AWK/pt-br] correct example gsub
2022-07-11 20:24:56 +02:00
Norwid Behrnd
dbcaa68877 correct example gsub in zh-cn-awk
Edit based on the correction of the English original.[1]

[1] https://github.com/adambard/learnxinyminutes-docs/pull/4437
2022-07-11 15:13:35 +02:00
Norwid Behrnd
23ecda4c0e correct example gsub in pt-br/awk
Edit is based on correction in the English edition.[1]

[1] https://github.com/adambard/learnxinyminutes-docs/pull/4437
2022-07-11 15:06:36 +02:00
Norwid Behrnd
0b6ac01abe correct example of gsub in awk-es
Edit is based on the correction in the English edition.[1]

[1] https://github.com/adambard/learnxinyminutes-docs/pull/4437
2022-07-11 14:59:38 +02:00
Norwid Behrnd
c68805c2cb shorten overly long lines
Following the recommendation to not exceed 80 characters/line.
2022-07-11 14:46:32 +02:00
Norwid Behrnd
b20081e0f8 correct example about gsub
This corrects an error spot in the English edition of the document
spot earlier[1] and equally present in the French one.

[1] https://github.com/adambard/learnxinyminutes-docs/pull/4437
2022-07-11 14:12:16 +02:00
Marcel Ribeiro Dantas, Ph.D
1ff2927250
Fix filename field to stick to the standard 2022-07-10 12:21:59 +02:00
Marcel Ribeiro Dantas, Ph.D
acf613f81b
Fix repeated filename field
Fix repeated filename field and stick to the standard filename for programming languages.
2022-07-10 12:21:06 +02:00
Marcel Ribeiro Dantas, Ph.D
feea0f044a
Fix filename and add translator authorship
The incorrect filename in this file was overwriting the same document for the original document in English. This commit fixes this. Besides, the author of the translation had not added his info, so I did.
2022-07-10 12:18:22 +02:00
Marcel Ribeiro Dantas, Ph.D
f53fab7788
Fix filename field
The incorrect filename in this file was overwriting the same document for the original document in English.
2022-07-10 12:14:08 +02:00
Marcel Ribeiro Dantas, Ph.D
91367a1730
Fix filename as pointed out in #4436
The incorrect filename in this file was overwriting the one provided in the original document in English. This commit fixes this.
2022-07-10 12:13:13 +02:00
Marcel Ribeiro Dantas, Ph.D
5e6dd980d9
Merge pull request #4437 from fgm/patch-2
[awk/en] Update awk.html.markdown
2022-07-10 01:31:00 +02:00
Frédéric G. MARAND
e4655963c2
Update awk.html.markdown
The `gsub` example is incorrect: with pattern `"e+"`, one gets `"m.t m. at th. bar"`. To get  `"m..t m. at th. bar"` as documented, the pattern is just `"e"`. Otherwise we could keep "e+" but change the result.

Also removed an extra dot at the end of a sentence.
2022-07-09 22:33:23 +02:00
Marcel Ribeiro Dantas, Ph.D
d4f3ba24e9
Fix filename Lua-pt file (close #4436) 2022-07-09 13:48:31 +02:00
mphschmitt
38edd49d66
[set-theory.fr-fr] Fix multiple typos and remove english words. (#4435) 2022-07-08 22:06:22 +02:00
Marcel Ribeiro Dantas, Ph.D
dbee511f23
Merge pull request #4433 from nbehrnd/f90
[Fortran/en] adjust name, edit format, add 2018 standard
2022-07-08 21:16:47 +02:00
Marcel Ribeiro Dantas, Ph.D
45fe649b8f
Merge pull request #4434 from mphschmitt/fix/rust_fr_typo
[rust/fr-fr] Fix typo.
2022-07-08 21:06:25 +02:00
Mathias Schmitt
c373aa6bb8 [rust/fr-fr] Fix typo. 2022-07-08 20:35:37 +02:00
Norwid Behrnd
84272ab865 remove trailing spaces 2022-07-08 19:47:18 +02:00
Norwid Behrnd
72e1462437 inclusion of Fortran 2018 among the standards 2022-07-08 19:45:19 +02:00
Norwid Behrnd
976e431f77 adjust file name and internal reference
Since the document's focus is about the free source form, and
contrasting to the previous setup of the document, .f90 commonly
is recommended as file extension for modern, contemporay projects.

https://zmoon.github.io/FortranTipBrowser/tips/013.html
https://fortran-lang.discourse.group/t/is-there-a-standard-file-suffix-for-modern-fortran-code/3550/2
2022-07-08 19:34:46 +02:00
Marcel Ribeiro Dantas, Ph.D
3bdc8007db
Merge pull request #4376 from tobycm/patch-1
[json/vi-vn] Add a missing comma
2022-07-08 16:02:06 +02:00
Marcel Ribeiro Dantas, Ph.D
f55f825ec0
Merge pull request #4432 from mribeirodantas/fix-gitguys-link
[git/many langs] Remove GitGuy dead link from git material (close #4314)
2022-07-08 15:13:14 +02:00
Marcel Ribeiro-Dantas
a43b26041d
Remove GitGuy dead link from git material (close #4314) 2022-07-08 15:11:23 +02:00
Marcel Ribeiro Dantas, Ph.D
5520ace40e
Fix typo in vim (close #4311) 2022-07-08 15:02:07 +02:00
Marcel Ribeiro Dantas, Ph.D
310822b243
Merge pull request #4430 from mribeirodantas/update-latex-pt
[latex/pt-br] Update/improve pt-br translatoin of LaTeX
2022-07-07 23:53:29 +02:00
Marcel Ribeiro-Dantas
351fc6fe26
New further reading links 2022-07-07 23:52:51 +02:00
Marcel Ribeiro Dantas, Ph.D
e11a904ab0
typo
Accidently added ^
2022-07-07 23:51:28 +02:00
Marcel Ribeiro-Dantas
4d88001156
Fix/update/improve pt-br translation of latex
Updates the pt-br translation
Fixes some mistakes
2022-07-07 23:47:04 +02:00
Marcel Ribeiro Dantas, Ph.D
005b800c73
Merge pull request #4397 from nbehrnd/latex/en
[latex/en] addition of two resources
2022-07-07 22:57:50 +02:00
Marcel Ribeiro Dantas, Ph.D
ef57f5477e
Merge pull request #4429 from adambard/mribeirodantas-fix-tool-name
Update pythonstatcomp-pt.html.markdown
2022-07-07 22:45:07 +02:00
Marcel Ribeiro Dantas, Ph.D
dd532a4666
Update pythonstatcomp-pt.html.markdown
The tool name should not be translated, otherwise, it'll appear as a new tool on the web page.
2022-07-07 22:44:33 +02:00
Marcel Ribeiro Dantas, Ph.D
2815ed7795
Merge pull request #4428 from adambard/mribeirodantas-update-groovy-pt
Update groovy-pt.html.markdown
2022-07-07 14:57:28 +02:00
Marcel Ribeiro-Dantas
28ea2a4622
Add Marcel as translator 2022-07-07 14:56:49 +02:00
Marcel Ribeiro Dantas, Ph.D
94c9dea696
Update groovy-pt.html.markdown
Update Portuguese version to the original version in English
2022-07-07 14:52:40 +02:00
Marcel Ribeiro Dantas, Ph.D
4bbbdf09a0
Update and rename pythonstatcomp.html.markdown to pythonstatcomp-pt.html.markdown 2022-07-07 14:36:54 +02:00
Marcel Ribeiro Dantas, Ph.D
f62120e5c6
Merge pull request #4047 from waltercjunior-zz/master
[pythonstatcomp/pt-br]
2022-07-07 14:30:57 +02:00
Marcel Ribeiro Dantas, Ph.D
28a1277540
Merge pull request #4356 from dannyloxavier/patch-1
[YAML/pt-br] Some fixes and update
2022-07-07 14:29:42 +02:00
Marcel Ribeiro Dantas
86c5593315
Merge pull request #4424 from mphschmitt/fix/rust_russian_translation
[rust/ru] fix russian translation.
2022-07-07 12:53:16 +02:00
Marcel Ribeiro Dantas
f429efa075
Merge pull request #4399 from nbehrnd/vim-de
[vim/de] remove duplicated line
2022-07-07 12:52:29 +02:00
Marcel Ribeiro Dantas
24fbb3028f
Merge pull request #4421 from mphschmitt/fix/rust_german_translation
[rust/de] fix german translation.
2022-07-07 12:50:56 +02:00
Marcel Ribeiro Dantas
3432ffc047
Merge pull request #4422 from mphschmitt/fix/rust_spanish_translation
[rust/es] fix spanish translation.
2022-07-07 12:50:44 +02:00