mirror of
https://github.com/getgrav/grav.git
synced 2026-07-15 16:42:47 +02:00
fix periods
This commit is contained in:
@@ -606,7 +606,7 @@ class TwigExtension extends AbstractExtension implements GlobalsInterface
|
||||
}
|
||||
}
|
||||
|
||||
$periods[$j] = $this->grav['language']->translate('GRAV.'.$periods[$j], null, true);
|
||||
$periods[$j] = $this->grav['language']->translate('GRAV.'.$periods[$j]);
|
||||
|
||||
if ($now == $unix_date) {
|
||||
return $tense;
|
||||
|
||||
Reference in New Issue
Block a user