diff options
| author | Zog | 2018-02-07 09:32:09 +0100 |
|---|---|---|
| committer | Luc Donnet | 2018-02-09 13:56:54 +0100 |
| commit | 8e83e4105a46f602d8701e7c70437367126704ff (patch) | |
| tree | 6f41062d3d3f9d654e05ba3e8b0c810a67aa7aa4 | |
| parent | ae36ee8a9270540cea2b0bea70b0f7c46a1818ef (diff) | |
| download | chouette-core-8e83e4105a46f602d8701e7c70437367126704ff.tar.bz2 | |
Refs #4126; Fix translations
| -rw-r--r-- | config/locales/en.yml | 4 | ||||
| -rw-r--r-- | config/locales/fr.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index d78d51dbe..8af8067db 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -64,5 +64,5 @@ en: brandname: IBOO error: "Error" undefined: 'undefined' - yes: yes - no: no + "yes": yes + "no": no diff --git a/config/locales/fr.yml b/config/locales/fr.yml index d89c286af..e1f52ff55 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -63,5 +63,5 @@ fr: brandname: IBOO error: "Erreur" undefined: 'non renseigné' - yes: oui - no: non + "yes": oui + "no": non |
