Sha256: 93e9bb3bae3bbaa12c9a79f3074df33657e714851c3895df8d821144bac7cf16

Contents?: true

Size: 556 Bytes

Versions: 2

Compression:

Stored size: 556 Bytes

Contents

# i18n-tasks finds and manages missing and unused translations
# See https://github.com/glebm/i18n-tasks/blob/main/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

2 entries across 2 versions & 1 rubygems

Version Path
thredded-1.1.0 config/i18n-tasks.yml
thredded-1.0.1 config/i18n-tasks.yml