From 270a84ecff23e8f49dc1d7da91eb252ee5e2c4ca Mon Sep 17 00:00:00 2001
From: HWFord <54360213+HWFord@users.noreply.github.com>
Date: Mon, 23 Sep 2024 14:59:01 +0200
Subject: [PATCH] issue #2211 missing translation
Change string from custom to custom dates, and add translation
---
language/en_UK/common.lang.php | 1 +
language/fr_FR/common.lang.php | 1 +
themes/default/template/include/search_filters.inc.tpl | 4 ++--
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php
index c701cc1b7..6933c0224 100644
--- a/language/en_UK/common.lang.php
+++ b/language/en_UK/common.lang.php
@@ -450,4 +450,5 @@ $lang['Pages'] = "Pages";
$lang['The PDF you requested is too large to display on this page.']= 'The PDF you requested is too large to display on this page.';
$lang['Click here to display it']= 'Click here to display it';
$lang['last 12 months'] = 'Last 12 months';
+$lang['Custom dates'] = 'Custom dates';
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php
index ad63451ae..42003732e 100644
--- a/language/fr_FR/common.lang.php
+++ b/language/fr_FR/common.lang.php
@@ -450,3 +450,4 @@ $lang['Pages'] = "Pages";
$lang['The PDF you requested is too large to display on this page.']= 'Le PDF que vous avez demandé est trop volumineux pour être affiché sur cette page.';
$lang['Click here to display it']= 'Cliquez ici pour le voir';
$lang['last 12 months'] = '12 derniers mois';
+$lang['Custom dates'] = 'Dates personnalisées';
diff --git a/themes/default/template/include/search_filters.inc.tpl b/themes/default/template/include/search_filters.inc.tpl
index 46887e80f..299997fba 100644
--- a/themes/default/template/include/search_filters.inc.tpl
+++ b/themes/default/template/include/search_filters.inc.tpl
@@ -297,7 +297,7 @@ const prefix_icon = 'gallery-icon-';
@@ -395,7 +395,7 @@ const prefix_icon = 'gallery-icon-';