2024-02-03 14:17:49 -06:00
base_locale : en
2024-10-02 14:02:17 -04:00
fallbacks :
- default
2024-02-03 14:17:49 -06:00
data :
read :
2024-02-06 14:58:17 -03:00
- config/locales/**/*%{locale}.yml
2024-02-03 14:17:49 -06:00
write :
2024-02-06 14:58:17 -03:00
- config/locales/**/*%{locale}.yml
2024-02-03 14:17:49 -06:00
router : conservative_router
search :
paths :
- app/
relative_roots :
- app/controllers
2024-11-04 20:27:31 -05:00
- app/controllers/concerns
2024-02-03 14:17:49 -06:00
- app/helpers
- app/mailers
- app/presenters
- app/views
2024-02-06 14:58:17 -03:00
strict : false
2024-02-03 14:17:49 -06:00
## Files or `File.fnmatch` patterns to exclude from search. Some files are always excluded regardless of this setting:
## *.jpg *.jpeg *.png *.gif *.svg *.ico *.eot *.otf *.ttf *.woff *.woff2 *.pdf *.css *.sass *.scss *.less
## *.yml *.json *.zip *.tar.gz *.swf *.flv *.mp3 *.wav *.flac *.webm *.mp4 *.ogg *.opus *.webp *.map *.xlsx
exclude :
- app/assets/images
- app/assets/fonts
- app/assets/videos
- app/assets/builds
2024-02-06 14:58:17 -03:00
ignore_unused :
- 'activerecord.attributes.*' # i18n-tasks does not detect these on forms, forms validations (https://github.com/glebm/i18n-tasks/blob/0b4b483c82664f26c5696fb0f6aa1297356e4683/templates/config/i18n-tasks.yml#L146)
2024-08-16 12:13:48 -04:00
- 'activerecord.models.*' # i18n-tasks does not detect use in dynamic model names (e.g. object.model_name.human)
2024-10-02 14:02:17 -04:00
- 'activerecord.errors*'
2024-09-13 11:45:19 -04:00
- 'activemodel.errors.models.*'
2024-02-06 14:58:17 -03:00
- 'helpers.submit.*' # i18n-tasks does not detect used at forms
- 'helpers.label.*' # i18n-tasks does not detect used at forms
2024-05-27 18:10:28 +02:00
- 'accounts.show.sync_message_*' # messages generated in the sync ActiveJob
2024-08-23 08:47:08 -04:00
- 'address.attributes.*'
2024-10-02 14:02:17 -04:00
- 'date.*'
- 'time.*'
- 'datetime.*'
- 'number.*'
- 'errors.*'
- 'helpers.*'
2024-11-04 20:27:31 -05:00
- 'support.*'
- '{credit_cards,cryptos,depositories,other_assets,other_liabilities,loans,vehicles,properties,investments}.{create,update,destroy}.success'