2016-11-15 17:56:03 -05:00
|
|
|
# i18n-tasks finds and manages missing and unused translations: https://github.com/glebm/i18n-tasks
|
|
|
|
|
|
|
|
# The "main" locale.
|
|
|
|
base_locale: en
|
|
|
|
data:
|
|
|
|
read:
|
|
|
|
- config/locales/%{locale}.yml
|
|
|
|
- config/locales/**/*.%{locale}.yml
|
|
|
|
|
|
|
|
write:
|
|
|
|
- ['{devise, simple_form, doorkeeper}.*', 'config/locales/\1.%{locale}.yml']
|
|
|
|
- config/locales/%{locale}.yml
|
|
|
|
|
|
|
|
yaml:
|
|
|
|
write:
|
|
|
|
line_width: -1
|
|
|
|
|
|
|
|
search:
|
|
|
|
paths:
|
2022-03-20 23:46:11 -04:00
|
|
|
- app/
|
|
|
|
- config/navigation.rb
|
2016-11-15 17:56:03 -05:00
|
|
|
|
|
|
|
relative_roots:
|
|
|
|
- app/controllers
|
|
|
|
- app/helpers
|
|
|
|
- app/mailers
|
|
|
|
- app/views
|
|
|
|
|
|
|
|
exclude:
|
|
|
|
- app/assets/images
|
|
|
|
- app/assets/fonts
|
|
|
|
- app/assets/videos
|
|
|
|
|
2017-04-16 13:37:01 -04:00
|
|
|
ignore_missing:
|
|
|
|
- 'activemodel.errors.*'
|
|
|
|
- 'activerecord.attributes.*'
|
|
|
|
- 'activerecord.errors.*'
|
2019-02-02 13:37:16 -05:00
|
|
|
- '{pagination,doorkeeper}.*'
|
2017-08-27 11:04:45 -04:00
|
|
|
- '{date,datetime,time,number}.*'
|
2017-04-16 13:37:01 -04:00
|
|
|
- 'errors.messages.*'
|
|
|
|
- 'activerecord.errors.models.doorkeeper/*'
|
2017-08-03 22:42:28 -04:00
|
|
|
- 'sessions.{browsers,platforms}.*'
|
|
|
|
- 'terms.body_html'
|
|
|
|
- 'application_mailer.salutation'
|
2017-09-24 22:04:04 -04:00
|
|
|
- 'errors.500'
|
2018-02-03 23:42:13 -05:00
|
|
|
- 'auth.providers.*'
|
2017-11-11 14:23:33 -05:00
|
|
|
|
2016-11-15 17:56:03 -05:00
|
|
|
ignore_unused:
|
2017-04-16 13:37:01 -04:00
|
|
|
- 'activemodel.errors.*'
|
2016-11-15 17:56:03 -05:00
|
|
|
- 'activerecord.attributes.*'
|
2017-04-16 13:37:01 -04:00
|
|
|
- 'activerecord.errors.*'
|
2017-04-10 19:11:41 -04:00
|
|
|
- '{devise,pagination,doorkeeper}.*'
|
2017-08-27 11:04:45 -04:00
|
|
|
- '{date,datetime,time,number}.*'
|
2019-06-06 21:39:24 -04:00
|
|
|
- 'simple_form.{yes,no,recommended}'
|
2016-11-15 17:56:03 -05:00
|
|
|
- 'simple_form.{placeholders,hints,labels}.*'
|
|
|
|
- 'simple_form.{error_notification,required}.:'
|
|
|
|
- 'errors.messages.*'
|
|
|
|
- 'activerecord.errors.models.doorkeeper/*'
|
2017-05-03 17:36:19 -04:00
|
|
|
- 'errors.429'
|
2017-11-11 14:23:33 -05:00
|
|
|
- 'admin.accounts.roles.*'
|
2017-11-23 20:05:53 -05:00
|
|
|
- 'admin.action_logs.actions.*'
|
2022-04-08 07:14:50 -04:00
|
|
|
- 'admin_mailer.new_appeal.actions.*'
|
2018-03-18 15:33:07 -04:00
|
|
|
- 'statuses.attached.*'
|
2020-07-01 07:51:15 -04:00
|
|
|
- 'move_handler.carry_{mutes,blocks}_over_text'
|
2022-02-23 10:45:22 -05:00
|
|
|
- 'notification_mailer.*'
|
2019-11-15 15:23:03 -05:00
|
|
|
|
|
|
|
ignore_inconsistent_interpolations:
|
|
|
|
- '*.one'
|