Add farm_l10n to optional modules list.

This commit is contained in:
Michael Stenta 2022-01-06 15:07:20 -05:00
parent 6ef298e25b
commit 28f23fd86b
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ function farm_modules() {
'farm_kml' => t('KML export features'),
'farm_import_kml' => t('KML asset importer'),
'farm_fieldkit' => t('Field Kit integration'),
'farm_l10n' => t('Translation/localization features'),
],
];
}