aboutsummaryrefslogtreecommitdiff
path: root/files/fr
Commit message (Collapse)AuthorAge
* UPDATE: Minor typo fix of a comma (#310)thomasbkd2021-03-24
| | | fix typo (n -> ,)
* fr - js guide - clean up span tags in code snippets (#304)Scttpr2021-03-24
| | | | | * clean up span tags in code snippets * removed pre attributes and code tag
* [CRON] sync translated contentMDN2021-03-24
|
* UPDATE: Removing old KS EmbedTest262ReportResultsTable (#298)tristantheb2021-03-23
|
* remove fr page with no english equivalent (#288)Ryan Johnson2021-03-22
|
* Fixes #217 - Update window.navigator and Navigator interface page (#286)SphinxKnight2021-03-22
| | | | | * Updated window.navigator to parity w/ en-US 11a98a5 * Title typofix * Update of Navigator interface page to parity w/ en-US as of commit 229f090
* fix typo in Date code sample (#283)JF Tregor2021-03-22
| | | just to avoid 'ReferenceError' for unknown "today" and "msPerDay"...
* L10N: Translation of the Supporting_older_browers page (#250)tristantheb2021-03-21
| | | | | | | | | * L10N: Translation of the Supporting_older_browers page * Fix typo and img link * Minor rewordings Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com>
* fr - Complete retranslation of CSS minmax() - Fixes #243 (#267)SphinxKnight2021-03-21
| | | | | | * Rework of fr translation for CSS minmax() - Fixes #243 * Typo / Missing translation_of * Typo + missing parts * Removing experimental tag
* fr - Orphaned directory cleaning (#252)SphinxKnight2021-03-21
| | | | | | | | | | | | | | | | | | | * Orphaned directory cleaning crypto + xpcom-xul + html js css * Orphaned cleaning: old editor/old devtools + span hell page * Old workflows from Kuma * Old Fx Devtools * rm CSS Indexes * rm community/contribute obsolete or outdated content * outdated (kuma/before en-US reorganization) contribute docs * Obsolete WebAPI content * removed WebExt docs moved to extensionworkshop.com + obsolete web content
* remove fx_minversion_inline macro calls (#258)Ryan Johnson2021-03-20
|
* FIX: Typos and enhancement in Example (issues 97) (#246)Jacquet Corentin2021-03-20
| | | | | | * Typos and enhancement in Example (issues 97) * Fix some attributes name, update tags, modify typo * Update image link * fix broken link to DOMRect in return value
* fix target link in the #about part (#254)kev-landry2021-03-20
| | | Co-authored-by: kevin.landry <kevin.landry@kissthebride.fr>
* Fix #242 (#249)Jacquet Corentin2021-03-20
| | | Fixed issues #242 : wording in composition order for transform functions leading to wrong order of execution
* remove fx_minversion_header macro callsrjohnson2021-03-21
|
* Update french translation - WebExt - Misc (#153)Joris Daniel2021-03-20
| | | | | | | | | | | | | * Update french translation * Update content from english * updating onmesssage (webext api) to parity w/ en-US * Bring "your first webextension" to parity w/ current en-us * Complete fr translation Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com>
* FIX: - fr - Learning Area index - Fix all links issues, and update content ↵tristantheb2021-03-20
| | | | | | | | | with the US version (#233) * FIX: Fix all links issues, and update content with the US version * Minor rewordings / Web capitalization / missing en parts Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com>
* FIX: Changed one word of the sentence "attributes are disabled by default" ↵Gaëtan LAGIER2021-03-19
| | | | to correct a translation error (#219)
* FIX: fr - learning area - links, typos and contents - Issue #200 (#201)tristantheb2021-03-18
| | | | | * FIX: links, typos and contents * FIX: Removal of duplicate images, Correction of the title of a part of the article
* Change Atomics.wake by Atomics.notify in French (#202)Gaëtan LAGIER2021-03-17
| | | In atomics/wait/index.html.
* Fix typo - fr - Learning Area (#191)Yoan Malié2021-03-16
| | | Fix HTLM to HTML
* Major correction of the examples, texts and formatting of the page - Issue ↵tristantheb2021-03-16
| | | | | | | | | #180 (#183) * Major correction of the examples, texts and formatting of the page * UPDATE: Updating the contents of code blocks following the MDN Style Guideline * Typofixes and minor rewordings for #183 Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com>
* Complete French translation of the Performance interface (#163)tristantheb2021-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * UPDATE: Update the content of the Performance page * CREATE: Translate the performance.clearMarks() page * CREATE: Translate the performance.clearMeasures() page * CREATE: Translate the performance.clearResourceTiming() page * CREATE: Translate the performance.getEntries() page * FIX: Tags not updated during the translation phase * CREATE: Translate the performance.getEntriesByName() page * CREATE: Translate the performance.getEntriesByType() page * CREATE: Translate the performance.mark() page * CREATE: Translate the performance.measure() page * CREATE: Translate the performance.memory page * CREATE: Translate the performance.onresourcetimingbufferfull page * CREATE: Translate the performance.onresourcetimingbufferfull_event page * CREATE: Translate the performance.setResourceTimingBufferSize() page * CREATE: Translate the performance.timeOrigin page * CREATE: Translate the performance.timing page * CREATE: Translate the performance.toJSON() page * UPDATE: Update content of the performance.navigation page * UPDATE: Update content of the performance.now() page * FIX: Fix several typo and style issues * Minor typofixes for #163 (1/n) * Minor typofixes for #163 (2/n) * Minor typofixes for #163 (3/n) * Minor modifications for #163 (4/n) * Minor typofixes for #163 (5/n) * Minor typofixes for #163 (6/n) * Minor typofixes for #163 (7/n) * Minor typofixes for #163 (8/n) * Minor typofixes for #163 (9/n) * Minor changes for #163 (10/n) * Minor typofixes for #163 (10/n) * Minor typofixes for #163 (12/n) * Minor typofixes for #163 (13/n) * Minor typofixes for #163 (14/n) * Minor typofixes for #163 (15/n) * Minor typofixes for #163 (16/n) * Minor typofixes for #163 (n/n) Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com>
* [CRON] sync translated contentMDN2021-03-16
|
* remove pre for CSSSyntaxd (#175)Florian Dieminger2021-03-15
| | | | | ``` s/<pre.*>(\{\{csssyntax(\(.*\))?\}\})\n?</pre>/$1/g ```
* remove references to developer.cdn.mozilla.netrjohnson2021-03-14
|
* Merge pull request #161 from SphinxKnight/fix-151-update-execcommandtristantheb2021-03-14
|\ | | | | Complete rework of fr translation of document.execcommand to fix #151
| * typofixes sponsored by Grammalectejulieng2021-03-14
| |
| * Fully retranslating in fr to fix #151julieng2021-03-14
| |
* | Bring 'Web' landing page to parity with last en-US commitjulieng2021-03-14
| |
* | Translate 'Events index page' - Issue : #105 (#156)tristantheb2021-03-14
| | | | | | | | | | * Translate 'Events index page' - Issue : #105 * FIX: Some typo has been changed
* | FIX: Fix the semicolon by a correct comma line 232 - Issue #101 (#157)tristantheb2021-03-14
|/ | | | | * FIX: Fix the semicolon by a correct comma line 232 * Update tags with missing Reference tag
* Merge pull request #155 from NeoCortexFr/patch-2tristantheb2021-03-14
|\ | | | | TYPO: Change typo on Data Structures (part 2)
| * Update index.htmlNeoCortex2021-03-13
| | | | | | Spelling and syntax improvments
* | Update index.htmlNeoCortex2021-03-13
|/ | | delete = at the end of line 13
* Response ok first version (#123)Scttpr2021-03-13
| | | | | * Response ok first version * updated according to PR comments
* FIX: Typo in URL for interactive sample on Object.seal() - Issue #115 (#128)tristantheb2021-03-13
| | | | | * Change interactive exemple link object-prototype-seal by object-seal (issue: #115) * Change 'See Also' content with the actual english 'See Also' content
* Correct typoAntonio Riccelli2021-03-13
|
* Merge pull request #85 from pisteuralpin/patch-1SphinxKnight2021-03-13
|\ | | | | FR - Typo - SVG ClipPath - Update index.html
| * Update index.htmlPisteur_alpin2021-03-04
| | | | | | Correction d'une faute d'orthographe
* | [CRON] sync translated contentMDN2021-03-13
| |
* | Merge pull request #17 from ju-c/patch-1SphinxKnight2021-03-12
|\ \ | | | | | | Typo fixed "toput" to "tout"
| * | Typo fixed "toput" to "tout"Hillinja2021-01-27
| | |
* | | Merge pull request #96 from VincentTam/patch-1SphinxKnight2021-03-12
|\ \ \ | | | | | | | | petite correction : suivantu → suivant
| * | | petite correction : suivantu → suivantVincent Tam2021-03-10
| | | |
* | | | fix: renamed constructor function to constructScttpr2021-03-11
|/ / /
* | | [CRON] sync translated contentMDN2021-03-10
| | |
* | | Merge pull request #74 from LaurentTreguier/mainSphinxKnight2021-03-10
|\ \ \ | | | | | | | | Fix typos: "bakground" -> "background"
| * | | Fix typos: "bakground" -> "background"Laurent Tréguier2021-02-28
| | |/ | |/|
* | | Fix typo in sample resultAlexandre Capt2021-03-10
| | |