From 9000305a11ac62cac2090930814b82873e756fdc Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 28 Jun 2016 11:57:04 +0200 Subject: [PATCH] fix missing translation in API doc --- config/locales/en.yml | 3 +++ config/locales/fr.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index bb12272d4..b3586177b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -36,6 +36,9 @@ en: errors: <<: *errors + apipie: + api_documentation: "API Documentation" + omniauth: # error messages when importing an account from a SSO email_already_linked_to_another_account_please_input_your_authentication_code: "E-mail address \"%{OLD_MAIL}\" is already linked to another account, please input your authentication code." diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 6ee961dd9..38050ae57 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -36,6 +36,9 @@ fr: errors: <<: *errors + apipie: + api_documentation: "Documentation de l'API" + omniauth: # messages d'erreur lors de l'import d'un compte depuis un SSO email_already_linked_to_another_account_please_input_your_authentication_code: "L'adresse de courriel \"%{OLD_MAIL}\" est déjà associée à un compte utilisateur, merci de saisir votre code d'authentification."