Skip to content

Commit

Permalink
exclude overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Nov 3, 2023
1 parent 562c936 commit c5a3df0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/i18n-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ data:
- "<%= %x[bundle info decidim-assemblies --path].chomp %>/config/locales/%{locale}.yml"
- "<%= %x[bundle info decidim-participatory_processes --path].chomp %>/config/locales/%{locale}.yml"
- "<%= %x[bundle info decidim-proposals --path].chomp %>/config/locales/%{locale}.yml"
- "<%= %x[bundle info decidim-conferences --path].chomp %>/config/locales/%{locale}.yml"
## Specify the router (see Readme for details). Valid values: conservative_router, pattern_router, or a custom class.
# router: conservative_router

Expand Down Expand Up @@ -72,6 +73,7 @@ search:
- app/assets/images
- app/assets/fonts
- app/assets/videos
- app/overrides

## Alternatively, the only files or `File.fnmatch patterns` to search in `paths`:
## If specified, this settings takes priority over `exclude`, but `exclude` still applies.
Expand Down

0 comments on commit c5a3df0

Please sign in to comment.