diff options
author | Jeong Arm <kjwonmail@gmail.com> | 2019-02-03 03:37:16 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-02-02 19:37:16 +0100 |
commit | 582f86ab32b4ce2b9d242cf6f5c3c6c0dce4e144 (patch) | |
tree | 2114250c7db4fa7cf4db4154f3a32aeef6f3af8f | |
parent | ed3011061896dfc4819d517a0f4f4947e56feac4 (diff) |
Re-enable ignored translations that is needed (#7842)
Some of strings should be translated.
-rw-r--r-- | config/i18n-tasks.yml | 5 |
1 files changed, 1 insertions, 4 deletions
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}.*' |