logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 724be2d5feb328acc11ce3d23287b8250049dd40
parent: 76da330155848e56225033f7e713473658599dd3
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Fri,  4 Aug 2017 04:42:28 +0200

Ignore some locale keys that can but do not need to be translated (#4515)


Diffstat:

Mconfig/i18n-tasks.yml4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml @@ -42,7 +42,9 @@ ignore_missing: - 'simple_form.{error_notification,required}.:' - 'errors.messages.*' - 'activerecord.errors.models.doorkeeper/*' - + - 'sessions.{browsers,platforms}.*' + - 'terms.body_html' + - 'application_mailer.salutation' ignore_unused: - 'activemodel.errors.*' - 'activerecord.attributes.*'