config/i18n-tasks.yml in decidim-admin-0.0.1.alpha9 vs config/i18n-tasks.yml in decidim-admin-0.0.1

- old
+ new

@@ -1,11 +1,11 @@ # i18n-tasks finds and manages missing and unused translations: https://github.com/glebm/i18n-tasks # The "main" locale. base_locale: en ## All available locales are inferred from the data by default. Alternatively, specify them explicitly: -# locales: [es, fr] +locales: [en] ## Reporting locale, default: en. Available: en, ru. # internal_locale: en # Read and write translations. data: @@ -87,10 +87,11 @@ # - 'errors.messages.{accepted,blank,invalid,too_short,too_long}' # - '{devise,simple_form}.*' ## Consider these keys used: ignore_unused: -- activerecord.attributes.decidim/participatory_process.* +- activerecord.attributes.* +- activemodel.attributes.* # - '{devise,kaminari,will_paginate}.*' # - 'simple_form.{yes,no}' # - 'simple_form.{placeholders,hints,labels}.*' # - 'simple_form.{error_notification,required}.:'