Sha256: 1d7e898af8d170985f00ce87cae6c97e43147c3b0cff5f3af924a29d8cf71c80

Contents?: true

Size: 558 Bytes

Versions: 1

Compression:

Stored size: 558 Bytes

Contents

# i18n-tasks finds and manages missing and unused translations
# See https://github.com/glebm/i18n-tasks/blob/master/templates/config/i18n-tasks.yml

# Do not consider these keys missing:
ignore_missing:
# The kaminari gem keys
- views.pagination.*

search:
  paths:
    - app/
    - lib/
    - spec/dummy/app/
data:
  yaml:
    write:
      line_width: 110

## Exclude these keys from the `i18n-tasks check-consistent-interpolations` report:
ignore_inconsistent_interpolations:
- 'thredded.users.posts_count.one'
- 'thredded.users.started_topics_count.one'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thredded-1.0.0 config/i18n-tasks.yml