Skip to content

French translation #144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added missing paragraph about quotes in French
  • Loading branch information
erwanjegouzo committed Apr 3, 2014
commit b3723fa01d094f5f2a9f37eb0f61f081ef055f00
7 changes: 6 additions & 1 deletion translations/fr_FR/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,12 @@ Les sections suivantes décrivent un guide de style _raisonable_ pour tout déve

```

E. Fin de ligne et lignes vides
E. Guillemets

Votre préférence personnelle pour les guillemets simples ou doubles n'a pas d'importance puisque Javascript les interprètent de la même manière. En revanche, la cohérence est primordial et doit être imposée.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

primordiale

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"les interprètent" > "les interprète" : javascript est le sujet, ici.



F. Fin de ligne et lignes vides

Les espaces peuvent anéantir la lisibilité de vos "diffs". Considérez que la suppression des espaces et des espaces en fin de ligne doit être effectuée __automatiquement__ avant chaque "commit".

Expand Down