Skip to content

Commit

Permalink
Revert "Re-enable ignored translations that is needed (mastodon#7842)"
Browse files Browse the repository at this point in the history
This reverts commit 582f86a.
  • Loading branch information
masanbol committed Feb 3, 2019
1 parent 4ed2061 commit 0c6c6f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/i18n-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ ignore_missing:
- 'activemodel.errors.*'
- 'activerecord.attributes.*'
- 'activerecord.errors.*'
- '{pagination,doorkeeper}.*'
- '{devise,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}.*'
Expand Down

0 comments on commit 0c6c6f1

Please sign in to comment.