From 7a14242329c4cad1b4319962f78d7936ae20c9ac Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Wed, 17 Oct 2018 17:56:47 +0200 Subject: [PATCH] translate external accounts title on settings index --- app/views/settings/index.html.erb | 2 +- config/locales/en.yml | 1 + config/locales/fr.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/settings/index.html.erb b/app/views/settings/index.html.erb index e9665a4..174fafc 100644 --- a/app/views/settings/index.html.erb +++ b/app/views/settings/index.html.erb @@ -217,7 +217,7 @@
- External Accounts + <%= t('.externalaccounts') %>
<% if Pushover.enabled? %> diff --git a/config/locales/en.yml b/config/locales/en.yml index a5c7454..5dad2ca 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -347,6 +347,7 @@ en: enroll2fa: "Enroll" disabled2fa: "Disabled" enabled2fa: "Enabled" + externalaccounts: "External Accounts pushover: pushovernotconfigured: "This site is not configured for Pushover" pushover_callback: diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 0ee1d8e..1ce4353 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -358,6 +358,7 @@ fr: enroll2fa: "Activer" disabled2fa: "Désactivée" enabled2fa: "Activée" + externalaccounts: "Comptes externes" pushover: pushovernotconfigured: "Ce site n'est pas configuré pour le Pushover" pushover_callback: