aboutsummaryrefslogtreecommitdiff
path: root/files/fr
Commit message (Collapse)AuthorAge
* Remove unwanted macros (no orphaned/conflicting) (#4649)Carolyn Wu2022-03-17
|
* [CRON] sync translated contentMDN2022-03-17
|
* Typo fixes in "La construction d'objet en pratique" (#4630)StephaneRegnie2022-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | * Update index.md Corrections orthographe + grammaire dans Mettre à jour les données de la balle * Update files/fr/learn/javascript/objects/object_building_practice/index.md Co-authored-by: Carolyn Wu <87150472+cw118@users.noreply.github.com> * Update files/fr/learn/javascript/objects/object_building_practice/index.md Co-authored-by: Carolyn Wu <87150472+cw118@users.noreply.github.com> * Update files/fr/learn/javascript/objects/object_building_practice/index.md Co-authored-by: Carolyn Wu <87150472+cw118@users.noreply.github.com> * Update files/fr/learn/javascript/objects/object_building_practice/index.md Co-authored-by: Carolyn Wu <87150472+cw118@users.noreply.github.com> * No-breaking space before colon (as per review) Co-authored-by: Carolyn Wu <87150472+cw118@users.noreply.github.com>
* Fix #4269 - Removes empty/special characters (#4270)SphinxKnight2022-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ufeff * Remove u2064 * Remove u2062 * Replace u202f followed by : with &nbsp;: * Replace u202f next to « or » with &nbsp; and « or » * Replace u202f followed by ; with &nbsp;; * Replace u202f followed by ! with &nbsp; * Replace u202f followed by ? with &nbsp;? * Replace remaining u202f with classical space * Replace u200b surrounded by space with classical space * Replace u200b surrounded by space with classical space - again (repeated) * Remove remaining u200b * Remove u200a * Replace u2009 with &nbsp; * Remove u00ad * Replace u00a0 followed by : ! or ? with &nbsp; and punctuation * Replace u00a0 surrounded « or » with &nbsp; and punctuation * Replace u00a0 followed by whitespaces * Replace u00a0 preceded by whitespaces * Replace u00a0 followed by a newline with a newline * Replace u00a0 followed by a newline with a newline - Take2 * Replace u00a0 followed by a ; &nbsp; and punctuation * Remove u00a0 followed by , * Remove u00a0 in indentation spaces with \n([ ]*)([\u00a0])([ ]*) * Manual replacement of ([\u00a0])([ ]+) * Replace remaining ([\u00a0]+) by a space * cleaning empty elements * remove ufe0f * Remove u00a0 and u202f after merging against updated main * remove double whitespace using (\w)( )(\w)
* Remove {{manch}} macro for French (#4624)SphinxKnight2022-03-16
| | | | | | | | | | | * Remove manch macro * Apply suggestions from code review Co-authored-by: Carolyn Wu <87150472+cw118@users.noreply.github.com> * Remove whitespace, fix link anchors Co-authored-by: Carolyn Wu <87150472+cw118@users.noreply.github.com>
* Update index.md (#4633)StephaneRegnie2022-03-16
| | | | | Corrections coquilles dans Le projet en bref Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com>
* Update index.md (#4642)StephaneRegnie2022-03-16
| | | Corrections de coquilles sur toute la page
* Update index.md (#4632)StephaneRegnie2022-03-16
| | | Corrections coquilles dans Ajouter la détection de collision
* Update index.md (#4631)StephaneRegnie2022-03-16
| | | Correction coquilles dans Animer la balle
* Update index.md (#4629)StephaneRegnie2022-03-16
| | | Corrections coquilles dans Dessiner la balle
* Update index.md (#4628)StephaneRegnie2022-03-16
| | | Corrections grammaire + orthographe dans Modéliser une balle dans notre programme
* Update index.md (#4626)StephaneRegnie2022-03-16
| | | Corrections coquilles dans Faisons bondir quelques balles
* [CRON] sync translated contentMDN2022-03-16
|
* Update french operator precedence table (#4595)Carolyn Wu2022-03-15
| | | | | * Update JS operator precedence table * Fix sentence about precedence table
* Remove mozillademo links from CSS (#3642)SphinxKnight2022-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Work - part 1 / N * background-attachment * background-blend-mode * background-image * background-origin * Background position * background-repeat * background-size * border-image * border-image-outset * border-image-repeat * border-image-slice * border-image-width * clip-path * content * cross-fade() * border-radius-generator * multiple bckgrnd * vertical-align * url * text-combine-upright * position_value * image-rendering * using css gradients * font-stretch * font-stretch - add bcd key * font-variant-numeric * font-weight * image-orientation * list-style-image * mask-border * mask-clip * mask-composite * mask-image * mask-mode * mask-origin * mask-position * mask-size * object-fit * object-position * position * Various fixes and improvements * Remove unecessary files * Remove unecessary files (part 2) * Missed level 1 fixes Co-authored-by: cw118 <carolyn94118@gmail.com>
* Add french diagrams (#4616)Carolyn Wu2022-03-15
|
* Fix punctuation in Apprendre JS : Fonctions (#4519)StephaneRegnie2022-03-14
|
* Fixes 4586 - minor fixes for <em> page (#4592)Carolyn Wu2022-03-14
| | | | | * Minor fixes for <em> * Missed punctuation fix
* Change variable name to "para" to match en-US (#4514)StephaneRegnie2022-03-12
| | | | | | | | | * Update index.md Correction nom variable exercice Compte à rebours * Remaining para fixes, embedlivesample implicit arg Co-authored-by: cw118 <87150472+cw118@users.noreply.github.com>
* [CRON] sync translated contentMDN2022-03-12
|
* Fix typo (#4555)serotonyn2022-03-11
|
* cleaning duplicated files (#4549)SphinxKnight2022-03-11
|
* fix live sample by removing title/id guessing (#4551)SphinxKnight2022-03-11
|
* Add missing word in Apprendre JS : Fonctions (#4516)StephaneRegnie2022-03-11
| | | | | | | | | | | | | * Update index.md Correction mot manquant dans Les fonctions intégrées du navigateur * Update index.md Annule et remplace correction précédente * Fix Javascript casing Co-authored-by: Carolyn Wu <87150472+cw118@users.noreply.github.com>
* Update index.md (#4528)StephaneRegnie2022-03-10
|
* Typo fix in JS Fonctions (#4518)StephaneRegnie2022-03-10
| | | Correction traduction dans Fonctions personnalisées
* Update index.md (#4513)StephaneRegnie2022-03-10
| | | Correction faute d'orthographe paragraphe Sortie
* Update/translate missing css font-variant (#4506)Carolyn Wu2022-03-10
|
* Add fr CSS :paused page (#4505)Carolyn Wu2022-03-10
|
* Suggest french translation dor id 4260 (#4492)Charles Emmanuel S. Ndiaye2022-03-10
| | | | | | | * suggest french translation dor id 4260 * changes according to @SphinxKnight Review changes according to @SphinxKnight Review
* Update index.md (#4491)StephaneRegnie2022-03-09
| | | Ajout d'un mot manquant dans le paragraphe "Les chaînes de caractères sont des objets"
* Update index.md (#4490)StephaneRegnie2022-03-09
| | | Add missing word
* Update console.dir (#4479)SphinxKnight2022-03-08
| | | | | | | * update console.dir after browsing * Link to french doc/clarify page is english Co-authored-by: cw118 <87150472+cw118@users.noreply.github.com>
* [CRON] sync translated contentMDN2022-03-08
|
* Markdown fixes part 7 (games, glossary, mozilla, mdn) (#4449)Carolyn Wu2022-03-07
| | | | | | | | | * Markdown fixes for fr/games * Markdown fixes for fr/glossary * Markdown fixes for fr/mdn * Markdown fixes for fr/mozilla
* fr-suggest french translation for id:4258 (#4435)Charles Emmanuel S. Ndiaye2022-03-06
| | | | | | | * suggest french translation for id:4258 * Implement @sphinxKnight suggestions Implement @sphinxKnight suggestions to improve translation
* Fixes #4399 - update file.name vs en-US (#4400)SphinxKnight2022-03-06
| | | | | * fixes #4399 - update file.name vs en-US * apply review suggestions
* Markdown fixes part 6 (fr/learn) (#4405)Carolyn Wu2022-03-06
| | | | | | | * MD037/38 fixes, no spaces in code/emphasis * Remaining MD037/38/39 fixes for fr/learn * Missed markdown fixes
* MD037/38/39 fixes for remaining fr web files (#4403)Carolyn Wu2022-03-06
|
* Correct sentence structure (#4418)Stéphane Wirtel2022-03-06
|
* Update index.md (#4444)Julien Wilhelm2022-03-06
| | | Spell checking.
* fr-web/api/htmlmediaelement/mscleareffects id:4289 (#4406)Charles Emmanuel S. Ndiaye2022-03-05
| | | | | | | * suggest translation for id:4289 * Fixing typo and translation Fixing typo and translation according to @cw118 review
* Typo fixes for French DOMContentLoaded event page (#4419)Julien Wilhelm2022-03-05
| | | Spell Checking.
* [French] Fix explanation about the defer attribute (#4404)DegrangeM2022-03-04
| | | Fix #4113
* Update uint8array docs / translate missing page (#4395)SphinxKnight2022-03-04
| | | | | | | * Update uint8array docs / translate missing page * Minor typo fixes/nitpicking Co-authored-by: cw118 <87150472+cw118@users.noreply.github.com>
* Update uint8clampedarray docs / translate missing page (#4387)SphinxKnight2022-03-04
| | | | | | | | | | | * Update uint8clampedarray docs / translate missing page * fixed heading levels * unecessary new line * Minor typo fixes Co-authored-by: cw118 <87150472+cw118@users.noreply.github.com>
* Update URIError docs / translate missing constructor page (#4386)SphinxKnight2022-03-03
| | | | | * Update URIError docs / translate missing page * missing title translation
* Markdown fixes part 4 (fr/web/js) (#4373)Carolyn Wu2022-03-03
| | | | | | | | | * Fix MD038, no spaces in code spans * Fix MD037/39, no spaces in emphasis/link text * Missed markdown fixes in code spans * Bold formatting correction
* update registerProtocolHandler fr (#4345)Denis LE2022-03-03
| | | | | | | | | | | | | * update registerProtocolHandler fr * update fr vs en-US - rm xref macros * Apply suggestions from code review Co-authored-by: Carolyn Wu <87150472+cw118@users.noreply.github.com> Co-authored-by: julieng <julien.gattelier@gmail.com> Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com> Co-authored-by: Carolyn Wu <87150472+cw118@users.noreply.github.com>
* fixes #4012 - update pages vs en-US (#4151)SphinxKnight2022-03-03
| | | | | * fixes #4012 - update pages vs en-US * taking review into account