Skip to content
Snippets Groups Projects
Commit 6cd9ef76 authored by git's avatar git Committed by Joris Vercammen
Browse files

Issue #3047229 by Sashaz: The word second needs translation context

parent dbea6220
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ class DateItemProcessor extends ProcessorPluginBase implements BuildProcessorInt
SearchApiDate::FACETAPI_DATE_DAY => $this->t('Day'),
SearchApiDate::FACETAPI_DATE_HOUR => $this->t('Hour'),
SearchApiDate::FACETAPI_DATE_MINUTE => $this->t('Minute'),
SearchApiDate::FACETAPI_DATE_SECOND => $this->t('Second'),
SearchApiDate::FACETAPI_DATE_SECOND => $this->t('Second', [], ['context' => 'timeperiod']),
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment