Needs review
Project:
Flagger Notify
Version:
1.0.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2026 at 09:14 UTC
Updated:
11 Jul 2026 at 07:43 UTC
Jump to comment: Most recent
The flagger_notify.settings configuration contains translatable values, but the
config object does not specify a language code. Drupal config inspection reports this as a validation error.
--------------------------- --------- ------------- ------------------------------------------------------------------------------------
Key Status Validatable Data
--------------------------- --------- ------------- ------------------------------------------------------------------------------------
flagger_notify.settings Correct 89% 1 errors
flagger_notify.settings: Correct Validatable The flagger_notify.settings config object must specify a language code, because it
contains translatable values.
--------------------------- --------- ------------- ------------------------------------------------------------------------------------
1. Install Drupal 11.
2. Install the Flagger Notify module.
3. Run: drush config:inspect --detail --only-error
Add langcode to the default flagger_notify.settings configuration.
Example: langcode: en
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
dkmishra commented