diff options
| author | Zog | 2018-02-07 09:32:09 +0100 |
|---|---|---|
| committer | Zog | 2018-02-07 11:14:28 +0100 |
| commit | 52aff4cea2c9f4f7635e4f7696e423fc5cbc0dd5 (patch) | |
| tree | f931832d0a561f389e4b8ad62d71d37aed14ed22 | |
| parent | 5a6533201e58e99f86a3b12d2abb9372460ee9b6 (diff) | |
| download | chouette-core-52aff4cea2c9f4f7635e4f7696e423fc5cbc0dd5.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 |
