Tweaked the category naming. Improved the autoloader for composer.

This commit is contained in:
2019-10-14 17:30:35 +02:00
parent 548af56265
commit d78e3bb215
13 changed files with 70 additions and 34 deletions

View File

@ -2800,7 +2800,7 @@ class Fields extends Structure
}
else
{
$tempName = $view_name_single . ' category';
$tempName = $view_name_list . ' categories';
}
// set lang
$listLangName = $langView . '_' . ComponentbuilderHelper::safeFieldName($tempName, true);

View File

@ -13394,7 +13394,7 @@ class Interpretation extends Fields
{
$otherViews = $name_list;
// build lang
$langName = 'Category &nbsp;For<br />' . ComponentbuilderHelper::safeString($otherViews, 'W');
$langName = 'Categories&nbsp;For<br />' . ComponentbuilderHelper::safeString($otherViews, 'W');
}
if (!in_array($otherViews, $catArray))
{