2016-11-15 14:56:03 -08: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-27 18:56:10 -08:00
|
|
|
- config/navigation.rb
|
2016-11-15 14:56:03 -08:00
|
|
|
|
|
|
|
relative_roots:
|
|
|
|
- app/controllers
|
|
|
|
- app/helpers
|
|
|
|
- app/mailers
|
|
|
|
- app/views
|
|
|
|
|
|
|
|
exclude:
|
|
|
|
- app/assets/images
|
|
|
|
- app/assets/fonts
|
|
|
|
- app/assets/videos
|
|
|
|
|
2017-04-16 10:37:01 -07:00
|
|
|
ignore_missing:
|
|
|
|
- 'activemodel.errors.*'
|
|
|
|
- 'activerecord.attributes.*'
|
|
|
|
- 'activerecord.errors.*'
|
|
|
|
- '{devise,pagination,doorkeeper}.*'
|
2017-06-04 16:02:19 -07:00
|
|
|
- '{date,datetime,time}.*'
|
2017-04-16 10:37:01 -07:00
|
|
|
- 'simple_form.{yes,no}'
|
|
|
|
- 'simple_form.{placeholders,hints,labels}.*'
|
|
|
|
- 'simple_form.{error_notification,required}.:'
|
|
|
|
- 'errors.messages.*'
|
|
|
|
- 'activerecord.errors.models.doorkeeper/*'
|
|
|
|
|
2016-11-15 14:56:03 -08:00
|
|
|
ignore_unused:
|
2017-04-16 10:37:01 -07:00
|
|
|
- 'activemodel.errors.*'
|
2016-11-15 14:56:03 -08:00
|
|
|
- 'activerecord.attributes.*'
|
2017-04-16 10:37:01 -07:00
|
|
|
- 'activerecord.errors.*'
|
2017-04-10 16:11:41 -07:00
|
|
|
- '{devise,pagination,doorkeeper}.*'
|
2017-06-04 16:02:19 -07:00
|
|
|
- '{date,datetime,time}.*'
|
2016-11-15 14:56:03 -08:00
|
|
|
- 'simple_form.{yes,no}'
|
|
|
|
- 'simple_form.{placeholders,hints,labels}.*'
|
|
|
|
- 'simple_form.{error_notification,required}.:'
|
|
|
|
- 'errors.messages.*'
|
|
|
|
- 'activerecord.errors.models.doorkeeper/*'
|
2017-05-03 14:36:19 -07:00
|
|
|
- 'errors.429'
|