summaryrefslogtreecommitdiffhomepage
path: root/fr-fr
Commit message (Collapse)AuthorAgeLines
* [python/*] remove feedback email requestBoris Verkhovskiy2024-04-07-4/+0
|
* Remove leading and trailing empty lines in code blocksBoris Verkhovskiy2024-04-06-52/+8
|
* Github -> GitHubBoris Verkhovskiy2024-04-04-1/+1
|
* Add empty lines before code blocksBoris Verkhovskiy2024-04-04-0/+2
| | | | otherwise they don't render as blocks
* Syntax highlightingBoris Verkhovskiy2024-04-03-1/+1
|
* [pyqt/*] fix formattingBoris Verkhovskiy2024-04-03-5/+5
| | | | rouge doesn't work with uppercase language names, also cleaned up whitespace
* Fix syntax highlighting for MarkdownBoris Verkhovskiy2024-04-03-27/+28
|
* Merge branch 'master' into elixir-casingBoris Verkhovskiy2024-04-03-6/+6
|\
| * Update Go official site links from golang.org -> go.dev (#4871)Kelli Rockwell2024-04-01-4/+4
| |
| * corrected an error in the number pi (#4839)qlikwer2024-02-12-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update go-de.html.markdown corrected an error in the number pi * Update go.html.markdown corrected an error in the number pi * Update go-pt.html.markdown corrected an error in the number pi * Update go-hu.html.markdown corrected an error in the number pi * Update go-cn.html.markdown corrected an error in the number pi * Update go-kr.html.markdown corrected an error in the number pi * Update go-ca.html.markdown corrected an error in the number pi * Update go-es.html.markdown corrected an error in the number pi * Update go-fi.html.markdown corrected an error in the number pi * Update go-fr.html.markdown corrected an error in the number pi * Update go-ru.html.markdown corrected an error in the number pi * Update go-it.html.markdown corrected an error in the number pi * Update go.html.markdown corrected an error in the number pi
| * [awk] Fix wrong example output (in all languages) (#4750)Adrien LUDWIG2023-09-08-1/+1
| |
* | Fix bad case in the Elixir languageJoel Jucá2023-04-27-1/+1
|/
* Fix broken 4clojure linkswang sy2023-01-14-1/+1
|
* fix:typozjzj19962023-01-11-1/+1
|
* Merge pull request #4547 from louisportay/yaml_null_valueMarcel Ribeiro Dantas2022-12-06-0/+1
|\ | | | | [yaml/en] [yaml/fr] add another example for YAML null value
| * [yaml/en] add another example for YAML null valueLouis PORTAY2022-11-21-0/+1
| |
* | keep introducing comments close to their objectNorwid Behrnd2022-11-23-35/+21
| | | | | | | | | | | | 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.
* | break overly long linesNorwid Behrnd2022-11-23-23/+31
| | | | | | | | Critical threshold for a line are 80 characters maximum.
* | run `sed -i 's/ *$//' awk-fr.html.markdown`Norwid Behrnd2022-11-23-1/+1
|/ | | | Remove of trailing spaces.
* [javascript/fr] Fix equality comparison example (#4540)Yann Defretin2022-11-11-1/+1
|
* Hi, I might have found a typo (#4528)Mr Alexandre ELISÉ2022-10-31-1/+1
| | | 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.
* Update c# to upercase C#Marcel Ribeiro-Dantas2022-08-01-1/+1
|
* Update c++ to upercase C++Marcel Ribeiro-Dantas2022-08-01-1/+1
|
* [AWK/fr] correction orthography (#4445)nbehrnd2022-07-12-20/+25
| | | | | | | | | | | | * [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.
* shorten overly long linesNorwid Behrnd2022-07-11-48/+75
| | | | Following the recommendation to not exceed 80 characters/line.
* correct example about gsubNorwid Behrnd2022-07-11-1/+1
| | | | | | | 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
* [set-theory.fr-fr] Fix multiple typos and remove english words. (#4435)mphschmitt2022-07-08-9/+9
|
* [rust/fr-fr] Fix typo.Mathias Schmitt2022-07-08-1/+1
|
* Remove GitGuy dead link from git material (close #4314)Marcel Ribeiro-Dantas2022-07-08-2/+0
|
* [set-theory/fr] Fix multiple errors. (#4361)mphschmitt2022-07-06-6/+4
| | | | | | | 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.
* [rust/fr] Update language name: rust -> Rust (#4308)mphschmitt2022-07-06-1/+1
| | | | The name was different in english and in french, which prevented the french translation from being displayed.
* [rust/all] Remove .iter() on array example (#4230)Ay3552021-11-01-1/+1
| | | As of Rust 1.53.0, arrays implement the IntoIterator trait, making .iter() on an array unnecessary
* [set-theory/fr] Added French translation for Set theory (#4168)kieutrang17292021-07-11-0/+134
| | | | | | | | | | | | | | | * 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
* [asymptotic-notation/fr] fix small typos (#4186)tobihans2021-07-03-7/+7
|
* Rename OS X to macOS (#4166)Борис Верховский2021-05-25-3/+3
|
* [java/fr] Fix typo (#4165)Vincent Kosciuszko2021-05-13-32/+32
| | | | | | | | | | * 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
* [typescript/fr] + [typescript/es] + [typescript/pt-br] Fix broken JS link ↵Spencer Burris2021-03-06-1/+1
| | | | | | | | | (#4135) * [typescript/es] Fix broken link to JS page * [typescript/fr] Fix broken link to JS page * [typescript/pt-br] Fix broken JS link
* Fix yet another french typo :)Gabriel Le Breton2020-12-06-1/+1
|
* Fix another small french typoGabriel Le Breton2020-12-06-1/+1
|
* Fix a small french typoGabriel Le Breton2020-12-06-1/+1
|
* fix unrendered md in markdown-fr (#3995)kevinnls2020-09-29-17/+17
| | | | | code demo in the hyperliens section was not rendered in the built site converted from md ``` syntax to plain html <code>
* traductionkevinnls2020-08-20-1/+1
| | | | i forgot this was the french doc
* [js/fr] fix for...of loopkevinnls2020-08-20-10/+12
| | | | | | | | Co-authored-by: Carl20cent <carl.vincent38@gmail.com> bump changed section variable declarations to ES6 Update fr-fr/javascript-fr.html.markdown
* Merge pull request #3935 from bzg/masterMax Schumacher2020-08-17-5/+5
|\ | | | | [fr-fr/elisp-fr.html.markdown] Fix typos
| * fr-fr/elisp-fr.html.markdown: Fix typosBastien Guerry2020-05-24-5/+5
| | | | | | | | | | Also use "motif" as a translation for "pattern", but still mention "pattern" as it is commonly understood.
* | Merge pull request #3903 from glecetre/patch-1Max Schumacher2020-07-08-1/+2
|\ \ | | | | | | [f#/fr] Add missing translation
| * | Update fsharp-fr.html.markdownGuillaume Lecêtre2020-04-12-1/+2
| |/ | | | | Translate untranslated comment and explicitly cite currying
* | Merge pull request #3886 from blankoworld/patch-1Max Schumacher2020-07-07-1/+1
|\ \ | | | | | | [crystal/fr] Minor fix about "on/ont"
| * | Minor fix about "on/ont"Olivier DOSSMANN2020-03-15-1/+1
| |/
* / Perl6 to Raku and many moresumanstats2020-06-10-2/+2
|/ | | | | | | | | | | + 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