From 271718f75d8cc9c491612eb240effc5cae12ff6a Mon Sep 17 00:00:00 2001 From: Eric Beliveau Date: Mon, 16 Mar 2026 22:58:06 -0400 Subject: [PATCH] fix(translation): Fix date formats for italian The en_gb is now used as the default instead of en_us to correctly set the date formats. _loadDates() is removed from the italian translation since it's a duplicate of the one set in en_gb. Closes: #1158 --- lang/it_it.php | 38 ++------------------------------------ 1 file changed, 2 insertions(+), 36 deletions(-) diff --git a/lang/it_it.php b/lang/it_it.php index 1fca988b8..319c261ff 100644 --- a/lang/it_it.php +++ b/lang/it_it.php @@ -1,49 +1,15 @@ Dates = $dates; - return $this->Dates; - } - protected function _LoadStrings() { $strings = parent::_LoadStrings();