e84fecb7e9
* Add logging of admin actions * Update brakeman whitelist * Log creates, updates and destroys with history of changes * i18n: Update Polish translation (#5782) Signed-off-by: Marcin Mikołajczak <me@m4sk.in> * Split admin navigation into moderation and administration * Redesign audit log page * 🇵🇱 (#5795) * Add color coding to audit log * Change dismiss->resolve, log all outcomes of report as resolve * Update terminology (e-mail blacklist) (#5796) * Update terminology (e-mail blacklist) imho looks better * Update en.yml * Fix code style issues * i18n-tasks normalize
63 lines
1.5 KiB
YAML
63 lines
1.5 KiB
YAML
# i18n-tasks finds and manages missing and unused translations: https://github.com/glebm/i18n-tasks
|
|
|
|
# The "main" locale.
|
|
base_locale: en
|
|
data:
|
|
read:
|
|
- config/locales/%{locale}.yml
|
|
- config/locales/**/*.%{locale}.yml
|
|
|
|
write:
|
|
- ['{devise, simple_form, doorkeeper}.*', 'config/locales/\1.%{locale}.yml']
|
|
- config/locales/%{locale}.yml
|
|
|
|
yaml:
|
|
write:
|
|
line_width: -1
|
|
|
|
search:
|
|
paths:
|
|
- app/
|
|
- config/navigation.rb
|
|
|
|
relative_roots:
|
|
- app/controllers
|
|
- app/helpers
|
|
- app/mailers
|
|
- app/views
|
|
|
|
exclude:
|
|
- app/assets/images
|
|
- app/assets/fonts
|
|
- app/assets/videos
|
|
|
|
ignore_missing:
|
|
- 'activemodel.errors.*'
|
|
- 'activerecord.attributes.*'
|
|
- 'activerecord.errors.*'
|
|
- '{devise,pagination,doorkeeper}.*'
|
|
- '{date,datetime,time,number}.*'
|
|
- 'simple_form.{yes,no}'
|
|
- 'simple_form.{placeholders,hints,labels}.*'
|
|
- 'simple_form.{error_notification,required}.:'
|
|
- 'errors.messages.*'
|
|
- 'activerecord.errors.models.doorkeeper/*'
|
|
- 'sessions.{browsers,platforms}.*'
|
|
- 'terms.body_html'
|
|
- 'application_mailer.salutation'
|
|
- 'errors.500'
|
|
|
|
ignore_unused:
|
|
- 'activemodel.errors.*'
|
|
- 'activerecord.attributes.*'
|
|
- 'activerecord.errors.*'
|
|
- '{devise,pagination,doorkeeper}.*'
|
|
- '{date,datetime,time,number}.*'
|
|
- 'simple_form.{yes,no}'
|
|
- 'simple_form.{placeholders,hints,labels}.*'
|
|
- 'simple_form.{error_notification,required}.:'
|
|
- 'errors.messages.*'
|
|
- 'activerecord.errors.models.doorkeeper/*'
|
|
- 'errors.429'
|
|
- 'admin.accounts.roles.*'
|
|
- 'admin.action_logs.actions.*'
|