# HG changeset patch # User Laurent Peuch # Date 1549983081 -3600 # Node ID 47f85e75d214a7352b80b472c779e0b1db90a571 # Parent 5f4c835c11e1d159138191dfe17d087f0d107291 [doc] translate french to english diff -r 5f4c835c11e1 -r 47f85e75d214 doc/dev/coding_standards_css.rst --- a/doc/dev/coding_standards_css.rst Tue Feb 12 14:59:42 2019 +0100 +++ b/doc/dev/coding_standards_css.rst Tue Feb 12 15:51:21 2019 +0100 @@ -7,11 +7,12 @@ Indentation rules ~~~~~~~~~~~~~~~~~ -- 2 espaces avant les propriétés + +- 2 spaces before properties -- pas d'espace avant les ":", un espace après +- no space before ":", one space after -- 1 seul espace entre les différentes valeurs pour une même propriété +- only one space between values of the same property Documentation @@ -29,5 +30,3 @@ - Avoid introducing a new CSS file for a few lines of CSS, at least while the framework doesn't include packing functionalities - - diff -r 5f4c835c11e1 -r 47f85e75d214 doc/dev/coding_standards_js.rst --- a/doc/dev/coding_standards_js.rst Tue Feb 12 14:59:42 2019 +0100 +++ b/doc/dev/coding_standards_js.rst Tue Feb 12 15:51:21 2019 +0100 @@ -7,11 +7,11 @@ Indentation rules ~~~~~~~~~~~~~~~~~ -- espace avant accolade ouvrante + +- one space before an opening curly bracket ({) -- retour à la ligne après accolade ouvrante (éventuellement pas - de retour à la ligne s'il y a tout sur la même ligne, mais ce n'est - pas le cas ici. +- line break after a closing curly bracket (}) (possibly no line break if + everything is on the same line) - no tabs @@ -34,4 +34,4 @@ See also ~~~~~~~~ -http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml \ No newline at end of file +http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml