Configure automatic monthly language updates.

This commit is contained in:
Michael Stenta 2022-01-09 08:44:03 -05:00
parent 68ef107c83
commit e45661fe76
1 changed files with 3 additions and 0 deletions

View File

@ -15,4 +15,7 @@ function farm_l10n_install() {
'language-user' => -0,
'language-selected' => 50,
])->save();
// Configure automatic monthly language updates.
\Drupal::configFactory()->getEditable('locale.settings')->set('translation.update_interval_days', 30)->save();
}