Commit Graph

319 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
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
mphschmitt
38edd49d66
[set-theory.fr-fr] Fix multiple typos and remove english words. (#4435) 2022-07-08 22:06:22 +02:00
Mathias Schmitt
c373aa6bb8 [rust/fr-fr] Fix typo. 2022-07-08 20:35:37 +02:00
Marcel Ribeiro-Dantas
a43b26041d
Remove GitGuy dead link from git material (close #4314) 2022-07-08 15:11:23 +02:00
mphschmitt
3692c42711
[set-theory/fr] Fix multiple errors. (#4361)
Multiple errors prevented the translation from being displayed:
  * contributors was indented with a tab instead of two spaces.
  * the category was not the same as the original english file.
  * a code block was closed at the end of the file, but never
    opened.
2022-07-06 23:57:16 +02:00
mphschmitt
9694d4d960
[rust/fr] Update language name: rust -> Rust (#4308)
The name was different in english and in french, which prevented
the french translation from being displayed.
2022-07-06 23:56:27 +02:00
Ay355
9552f2a1fe
[rust/all] Remove .iter() on array example (#4230)
As of Rust 1.53.0, arrays implement the IntoIterator trait, making .iter() on an array unnecessary
2021-11-01 22:27:42 +01:00
kieutrang1729
a1286822de
[set-theory/fr] Added French translation for Set theory (#4168)
* Update set-theory.html.markdown

Fixed a minor typo.

* Add files via upload

Added a french translation for set theory.

* Add suggested changes

J'ai fait presque tous les changements suggérés.

* Fix spacing before semicolons
2021-07-11 16:28:54 +02:00
tobihans
e4d92f0a65
[asymptotic-notation/fr] fix small typos (#4186) 2021-07-03 14:54:44 +02:00
Борис Верховский
a502f8d723
Rename OS X to macOS (#4166) 2021-05-25 13:42:50 +02:00
Vincent Kosciuszko
f4c12e4f11
[java/fr] Fix typo (#4165)
* Fixing typo in java-fr

jours de la semaine = day of the week.
jours de l'année = day of the year.

* Update java-fr.html.markdown

* Update java-fr.html.markdown
2021-05-13 16:23:16 +02:00
Spencer Burris
5d2d1cf77c
[typescript/fr] + [typescript/es] + [typescript/pt-br] Fix broken JS link (#4135)
* [typescript/es] Fix broken link to JS page

* [typescript/fr] Fix broken link to JS page

* [typescript/pt-br] Fix broken JS link
2021-03-06 13:45:26 +01:00
Gabriel Le Breton
cd8b941f92
Fix yet another french typo :) 2020-12-06 20:11:40 -05:00
Gabriel Le Breton
ead8ac5306
Fix another small french typo 2020-12-06 19:59:04 -05:00
Gabriel Le Breton
017a58b078
Fix a small french typo 2020-12-06 19:56:35 -05:00
kevinnls
dd6624856b
fix unrendered md in markdown-fr (#3995)
code demo in the hyperliens section
was not rendered in the built site
converted from md ``` syntax to plain html <code>
2020-09-29 14:51:32 +02:00
kevinnls
c4175c9f62
traduction
i forgot this was the french doc
2020-08-20 13:24:05 +05:30
kevinnls
f92694aac9
[js/fr] fix for...of loop
Co-authored-by: Carl20cent <carl.vincent38@gmail.com>

bump changed section variable declarations to ES6

Update fr-fr/javascript-fr.html.markdown
2020-08-20 13:09:53 +05:30
Max Schumacher
b9fa890a04
Merge pull request #3935 from bzg/master
[fr-fr/elisp-fr.html.markdown] Fix typos
2020-08-17 16:12:19 +02:00
Max Schumacher
dc0d862ba9
Merge pull request #3903 from glecetre/patch-1
[f#/fr] Add missing translation
2020-07-08 10:03:11 +02:00
Max Schumacher
93ca3f662a
Merge pull request #3886 from blankoworld/patch-1
[crystal/fr] Minor fix about "on/ont"
2020-07-07 15:35:34 +02: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
Bastien Guerry
2776a32250 fr-fr/elisp-fr.html.markdown: Fix typos
Also use "motif" as a translation for "pattern", but still mention
"pattern" as it is commonly understood.
2020-05-24 06:35:39 +02:00
Guillaume Lecêtre
d5dab5759d
Update fsharp-fr.html.markdown
Translate untranslated comment and explicitly cite currying
2020-04-12 15:49:21 +02:00
Olivier DOSSMANN
89fa0eecf1
Minor fix about "on/ont" 2020-03-15 20:36:24 +01:00
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
Timothe Pardieu
f0eb830ebd [elixir/fr-fr] Add french translation (#3679)
* Translate Elixir.html.markdown in french

* Add fixes in Elixir.html.markdown #3679
2019-10-09 11:41:14 +02:00
Alexandre Peyroux
9b3fc28432
fix syntax 2019-05-24 16:36:31 +02:00
Pierre-François Clement
0a3207587d
Move "make" articles to the "tool" category 2019-03-08 17:21:53 +01:00
Pierre-François Clement
ed100434e3
Move "awk" articles to the "tool" category 2019-03-08 17:19:27 +01:00
GannonTdW
77310658c8 [awk/fr] add awk-fr.html.markdown (#3482)
* add awk-fr.html.markdown

* correction of an oversight

* it's done

* vendethiel review (1/2)

* vendethiel review (2/2)

* vendethiel review (3)
2019-03-02 23:48:17 +01:00
Anindya Srivastava
9b5b5f6d31 Type correction for the output of math.sqrt() propagated across versions and languages 2019-02-06 07:31:34 +05:30
Antoine Braut
89ff5da650
Correcting missing 'r'
Line 353 the word `centré` was write `centé`
2019-01-11 11:27:25 +01:00
LukaxFeh
d553a02345 [Dynamic programming - FR/FR] Fixed links 2018-10-31 18:10:03 -03:00
LukaxFeh
3027bf2c30 [Dynamic programmimg-DE/DE] 2018-10-30 23:29:14 -03:00
Divay Prakash
adfd3064e5
Merge branch 'master' into MarkdownFRChanges 2018-10-24 11:30:23 +05:30
Vincent Chafouin
8b6e7fb9e3 Update markdown-fr-html.mardown
* Fix issue #2864
* Fix formatting
* Fix ruby code snippet
* Fix translation
* Add missing keyboard keys section
2018-10-16 20:56:16 +03:00
Divay Prakash
69dd941c17
Merge pull request #3296 from divayprakash/fix-links
[dynamic-programming] Fix links
2018-10-14 06:11:15 +05:30
Divay Prakash
3359cb0a20 Fix links 2018-10-14 06:04:13 +05:30
Divay Prakash
99618d394e Add new link from 2242ad7 2018-10-14 05:51:14 +05:30
Divay Prakash
4b9c35047b Fix links and list styling 2018-10-14 05:33:23 +05:30