[doc] translate french to english
authorLaurent Peuch <cortex@worlddomination.be>
Tue, 12 Feb 2019 15:51:21 +0100
changeset 12370 b3084ae2e718
parent 12369 f83ebc68f02e
child 12378 9dcb5e4e705b
[doc] translate french to english
doc/dev/coding_standards_css.rst
doc/dev/coding_standards_js.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
-
-
--- 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