From bada54b4d0bb9cb7ec99c9a5927790d33fbc0caf Mon Sep 17 00:00:00 2001
From: Sitraka <sitrakaphilippe@gmail.com>
Date: Thu, 27 Mar 2025 18:45:20 +0300
Subject: [PATCH] up trad cojazz

---
 controllers/ActionController.php | 1 +
 views/translation/trad.php       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/controllers/ActionController.php b/controllers/ActionController.php
index 02f1a70a4..4c6b7f36c 100755
--- a/controllers/ActionController.php
+++ b/controllers/ActionController.php
@@ -30,6 +30,7 @@ class ActionController extends CommunecterController {
 			"getrangeactionsbyidparent" => \PixelHumain\PixelHumain\modules\citizenToolKit\controllers\action\GetActionsByIdParentWithRangeAction::class,
 			'getprojectbypoleandparentid'		=> \PixelHumain\PixelHumain\modules\citizenToolKit\controllers\action\GetByPoleAndParentIdAction::class,
 			'getprojectbyidwithlimit'		=> \PixelHumain\PixelHumain\modules\citizenToolKit\controllers\action\GetActionsByIdWithLimit::class,
+			'getlastweekactions'		=> \PixelHumain\PixelHumain\modules\citizenToolKit\controllers\action\GetLastWeekActions::class,
 	    );
 	}
 }
\ No newline at end of file
diff --git a/views/translation/trad.php b/views/translation/trad.php
index e82ef46d4..7f3d9fd94 100755
--- a/views/translation/trad.php
+++ b/views/translation/trad.php
@@ -3207,6 +3207,7 @@ var tradCms = {
 	"filterByDay": "<?= Yii::t("cms","Filter by day") ?>",
 	"timeline": "<?php echo Yii::t("cms","Timeline") ?>",
 	"mustBeAfter": "<?php echo Yii::t("cms","Must be after") ?>",
+	"mustBeBefore": "<?php echo Yii::t("cms","Must be before") ?>",
 	"mustBeBetween": "<?php echo Yii::t("cms","Must be between") ?>",
 	"and": "<?php echo Yii::t("cms","and") ?>",
 	"eventName": "<?php echo Yii::t("cms","Event name") ?>",
-- 
GitLab