From: Jeong Arm Date: Sat, 2 Feb 2019 18:37:16 +0000 (+0900) Subject: Re-enable ignored translations that is needed (#7842) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=582f86ab32b4ce2b9d242cf6f5c3c6c0dce4e144;p=mastodon.git Re-enable ignored translations that is needed (#7842) Some of strings should be translated. --- diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index eec8b6dbe..1bcac154b 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -35,11 +35,8 @@ ignore_missing: - 'activemodel.errors.*' - 'activerecord.attributes.*' - 'activerecord.errors.*' - - '{devise,pagination,doorkeeper}.*' + - '{pagination,doorkeeper}.*' - '{date,datetime,time,number}.*' - - 'simple_form.{yes,no}' - - 'simple_form.{placeholders,hints,labels}.*' - - 'simple_form.{error_notification,required}.:' - 'errors.messages.*' - 'activerecord.errors.models.doorkeeper/*' - 'sessions.{browsers,platforms}.*'