mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-03 04:25:21 +02:00
* Fix foreign account sync crash * Refactor synth provider and show UI error if not configured * Generate error message on missing exchange rates while converting balances * Ignore sync messaged in i18n-tasks unused * Generate missing exchange rate error during entry normalization * Update alert classes
31 lines
1.3 KiB
YAML
31 lines
1.3 KiB
YAML
base_locale: en
|
|
data:
|
|
read:
|
|
- config/locales/**/*%{locale}.yml
|
|
write:
|
|
- config/locales/**/*%{locale}.yml
|
|
router: conservative_router
|
|
search:
|
|
paths:
|
|
- app/
|
|
relative_roots:
|
|
- app/controllers
|
|
- app/helpers
|
|
- app/mailers
|
|
- app/presenters
|
|
- app/views
|
|
strict: false
|
|
## 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
|
|
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)
|
|
- 'activerecord.models.account*' # i18n-tasks does not detect use in dynamic model names (e.g. object.model_name.human)
|
|
- 'helpers.submit.*' # i18n-tasks does not detect used at forms
|
|
- 'helpers.label.*' # i18n-tasks does not detect used at forms
|
|
- 'accounts.show.sync_message_*' # messages generated in the sync ActiveJob
|