Commit Graph

377 Commits

Author SHA1 Message Date
Norwid Behrnd
7a2f6ddacd keep introducing comments close to their object
In previous commits, some introducing comments ended just in the
line ahead of their example; others did not.  For consistency,
comments are now back to back with their example.
2022-11-23 22:01:08 +01:00
Norwid Behrnd
27f052e68d break overly long lines
Critical threshold for a line are 80 characters maximum.
2022-11-23 21:26:20 +01:00
Norwid Behrnd
38abd4298c run sed -i 's/ *$//' awk-fr.html.markdown
Remove of trailing spaces.
2022-11-23 21:17:18 +01:00
Louis PORTAY
d2d10c7050 [yaml/en] add another example for YAML null value 2022-11-21 14:24:01 +01:00
Yann Defretin
ab877e93eb
[javascript/fr] Fix equality comparison example (#4540) 2022-11-11 17:49:24 +01:00
Mr Alexandre ELISÉ
9912e42945
Hi, I might have found a typo (#4528)
Hi, French is my native language and I think I might have found a typo regarding a pronoun in French in the original text it says 'la première élément' but seems to have a typo it should be 'le premier élément'. Just trying to be helpful. Enjoy your day. BTW I like your awesome website https://learnxinyminutes.com thanks for this cool initiative.
2022-10-31 03:15:26 +01:00
Marcel Ribeiro-Dantas
3e0a35ad37
Update c# to upercase C# 2022-08-01 22:40:55 +02:00
Marcel Ribeiro-Dantas
7f60e471fc
Update c++ to upercase C++ 2022-08-01 22:39:47 +02:00
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
Yvan Sraka
d3335643d1
Update lambda-calculus-fr.html.markdown 2018-09-17 08:14:02 +02:00
Divay Prakash
fdd5e19dc5
Merge pull request #3209 from Hugo1380/Hugo1380-Translate-PyQt
[PyQT/FR] Add french translation PyQT
2018-09-12 19:42:23 +05:30
Divay Prakash
ddbd0a7e53
Merge pull request #3139 from yvan-sraka/lambda-calculus-fr
[Lambda Calculus/fr-fr] Translation
2018-09-11 10:40:00 +05:30
DevHugo
305e08b959
Update pyqt-fr.html.markdown 2018-09-10 11:54:47 +02:00
Divay Prakash
8bfba2422b
Merge pull request #3138 from yvan-sraka/dynamic-programming-fr
[Dynamic Programming/fr-fr] Fix typos
2018-09-08 18:07:32 +05:30
DevHugo
b955d9386b
Translate: Part 2 2018-09-05 10:34:20 +02:00
Divay Prakash
478a43c1d4 Add language code suffix (#3206) 2018-09-04 18:25:57 +05:30
Adam Bard
440247a597
Update jquery-fr.html.markdown 2018-08-28 08:49:41 -07:00
DevHugo
93499a0946
Translate: Header + Part 1 2018-08-14 19:20:36 +02:00
DevHugo
21c899e41b
Fix(mardown layout): Missing one caracter
Just a Markdown fix for the layout that broke the display on the website.
2018-08-14 19:15:58 +02:00
boissonnfive
92022da0a6 Corrections de majuscules, sauts de lignes, guillemets, accents + reformulations. 2018-06-27 14:45:10 +02:00
boissonnfive
ee013dd2da Several corrections + copy english markdown page format. 2018-06-26 23:17:27 +02:00
Yvan Sraka
a1680153e0
Translate Lambda Calculus in French 2018-06-09 19:06:33 +02:00
Yvan Sraka
8aa693c8cb
Fix typos in French version of Dynamic Programming tutorial 2018-06-09 18:35:45 +02:00
Pratik Karki
0345980fea
Update bf-fr.html.markdown 2018-03-14 08:42:39 +05:45
Adam Bard
caa8993076 Assorted fixes 2018-03-04 19:48:44 -08:00
Pratik Karki
d57fe66c43
Fix language name 2018-02-28 16:08:29 +05:45
louis
c086850651 [crystal/fr] Corrected mistake 2018-02-27 16:27:32 +01:00
ven
83d3efe45f
follow-up on #2971 2017-12-07 12:16:08 +01:00
Julien M'Poy
5e81853768 Merge remote-tracking branch 'upstream/master' 2017-11-08 13:29:24 +01:00
Julien M'Poy
20893f5d83 Change file name as requested by @prertik 2017-11-08 13:27:20 +01:00
LukaxFeh
0aaae2653c Fix file names in french (#2984)
* fix file name

* fix file names

* fix file names

* fix file names

* fix file names

* fix file names
2017-10-29 20:54:01 +05:45
Julien M'Poy
5a9f042ea5 Corrected french mistakes 2017-10-27 09:51:28 +02:00
Mathieu Gemard
cfb7b656ae [java/fr] -Create java-fr.html.markdown (#2762)
* Create java-fr.html.markdown

* Update java-fr.html.markdown

* Update java-fr.html.markdown translation finished

* typos

* [java/en] changement switch/polymorphisme/interface

* [java/fr] ajout d'un exemple pour l'opérateur ?:

On pouvait penser qu'il fallait obligatoirement utiliser = avec ?:

* [java/fr] typo
2017-10-09 12:03:58 +02:00
Julien M'Poy
2c774e7e19 Added link to he-arc/livre-python book 2017-09-20 17:51:32 +02:00
Julien M'Poy
d14d97c2da Translated the f-string example and updated translators list 2017-09-19 08:32:04 +02:00
Julien M'Poy
da6ee99ff9 Corrected some spelling mistakes and added an f-string example 2017-09-18 12:13:53 +02:00
Pratik Karki
7bdc184cd0 Merge pull request #2799 from begault/asymptotic-notation-fr
[asymptotic-notation/fr] fr-fr translation for asymptotic-notation
2017-09-06 01:17:49 +05:45
Pratik Karki
8905d61d81 Add language code suffix(#2832) 2017-08-25 13:45:34 +05:45
Pratik Karki
4b590f004b Add language code suffix(#2832) 2017-08-25 13:45:12 +05:45
Pratik Karki
21b33209be Add filename(#2832) 2017-08-25 13:44:20 +05:45
Pratik Karki
331ee47d94 Add language code suffix(#2832) 2017-08-25 13:43:13 +05:45
Pratik Karki
15fba06ab8 Add filename(#2832) 2017-08-25 13:42:43 +05:45
HairyFotr
985d23a52b
Fix a bunch of typos 2017-08-23 10:14:39 +02:00
Agathe Begault
73229efaf9 Translate asymptotic-notation in french 2017-07-15 20:42:45 +02:00
Sylvain Abélard
11de91491d [ruby fr-fr] more details, more examples (#2796) 2017-07-11 15:37:49 +02:00
Sylvain Abélard
3d2f171cd8 Update ruby-ecosystem-fr.html.markdown (#2795)
Only french and typo fixes.
The content might be outdated too: Ruby 2.5 instead of 2.0
2017-07-11 14:52:39 +02:00
Julien Dehos
ec10b15702 fix typo (#2772) 2017-06-24 22:20:50 +02:00
Yan Zhang
a2ee84b201 fix broken URL for vim (#2744) 2017-06-01 11:31:14 +02:00
ven
b55efa6fd1 close #2727 2017-05-18 13:59:03 +02:00
ven
f5cb3924ef small changes to #1854 2017-05-18 12:54:00 +02:00
Xuan-thi Nguyen
d2a8a52017 [fr/c++] c++ article translated in French (#1854)
* c++ article translated in French

* Typos
2017-05-18 12:46:58 +02:00