diff options
| author | Michel Etienne | 2014-03-03 14:09:33 +0100 |
|---|---|---|
| committer | Michel Etienne | 2014-03-03 14:09:33 +0100 |
| commit | 08dabdb71562553956ba3fc7e356227453a4cf29 (patch) | |
| tree | 5b26a66c84e1087dc1dfc440b6f28de6039f0673 | |
| parent | a0f1a02e17997a37829be00881f05f225fea86fd (diff) | |
| download | chouette-core-08dabdb71562553956ba3fc7e356227453a4cf29.tar.bz2 | |
add french values for true and false
| -rw-r--r-- | config/locales/fr.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/fr.yml b/config/locales/fr.yml index e2632152c..eaec6c4f5 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -8,6 +8,8 @@ # Emended by Benjamin des Gachons and Patrick Chew : <http://www.fitima.org/docs/fiche.pdf> fr: + "true": "oui" + "false": "non" date: formats: default: "%d/%m/%Y" |
