From fc83565d023628397eb561fb367586e3f2b7ceb1 Mon Sep 17 00:00:00 2001 From: Nathan PERIER Date: Wed, 5 Oct 2022 15:23:22 +0200 Subject: [PATCH] Added translations for the new options --- resources/lang/en_US/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 755842b29d..556974be70 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -35,6 +35,8 @@ return [ 'last_seven_days' => 'Last seven days', 'last_thirty_days' => 'Last thirty days', 'last_180_days' => 'Last 180 days', + 'month_to_date' => 'Month to date', + 'year_to_date' => 'Year to date', 'YTD' => 'YTD', 'welcome_back' => 'What\'s playing?', 'everything' => 'Everything',