2016-11-15 23:56:03 +01: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:
|
|
|
|
- app/
|
2017-01-28 03:56:10 +01:00
|
|
|
- config/navigation.rb
|
2016-11-15 23:56:03 +01:00
|
|
|
|
|
|
|
relative_roots:
|
|
|
|
- app/controllers
|
|
|
|
- app/helpers
|
|
|
|
- app/mailers
|
|
|
|
- app/views
|
|
|
|
|
|
|
|
exclude:
|
|
|
|
- app/assets/images
|
|
|
|
- app/assets/fonts
|
|
|
|
- app/assets/videos
|
|
|
|
|
2017-04-16 19:37:01 +02:00
|
|
|
ignore_missing:
|
|
|
|
- 'activemodel.errors.*'
|
|
|
|
- 'activerecord.attributes.*'
|
|
|
|
- 'activerecord.errors.*'
|
|
|
|
- '{devise,pagination,doorkeeper}.*'
|
2017-08-27 17:04:45 +02:00
|
|
|
- '{date,datetime,time,number}.*'
|
2017-04-16 19:37:01 +02:00
|
|
|
- 'simple_form.{yes,no}'
|
|
|
|
- 'simple_form.{placeholders,hints,labels}.*'
|
|
|
|
- 'simple_form.{error_notification,required}.:'
|
|
|
|
- 'errors.messages.*'
|
|
|
|
- 'activerecord.errors.models.doorkeeper/*'
|
2017-08-04 04:42:28 +02:00
|
|
|
- 'sessions.{browsers,platforms}.*'
|
|
|
|
- 'terms.body_html'
|
|
|
|
- 'application_mailer.salutation'
|
2017-09-25 04:04:04 +02:00
|
|
|
- 'errors.500'
|
2018-02-04 05:42:13 +01:00
|
|
|
- 'auth.providers.*'
|
2017-11-11 20:23:33 +01:00
|
|
|
|
2016-11-15 23:56:03 +01:00
|
|
|
ignore_unused:
|
2017-04-16 19:37:01 +02:00
|
|
|
- 'activemodel.errors.*'
|
2016-11-15 23:56:03 +01:00
|
|
|
- 'activerecord.attributes.*'
|
2017-04-16 19:37:01 +02:00
|
|
|
- 'activerecord.errors.*'
|
2017-04-11 01:11:41 +02:00
|
|
|
- '{devise,pagination,doorkeeper}.*'
|
2017-08-27 17:04:45 +02:00
|
|
|
- '{date,datetime,time,number}.*'
|
2016-11-15 23:56:03 +01:00
|
|
|
- 'simple_form.{yes,no}'
|
|
|
|
- 'simple_form.{placeholders,hints,labels}.*'
|
|
|
|
- 'simple_form.{error_notification,required}.:'
|
|
|
|
- 'errors.messages.*'
|
|
|
|
- 'activerecord.errors.models.doorkeeper/*'
|
2017-05-03 23:36:19 +02:00
|
|
|
- 'errors.429'
|
2017-11-11 20:23:33 +01:00
|
|
|
- 'admin.accounts.roles.*'
|
2017-11-24 02:05:53 +01:00
|
|
|
- 'admin.action_logs.actions.*'
|
2018-03-18 20:33:07 +01:00
|
|
|
- 'statuses.attached.*'
|