From 2138e4a2dfb223649ec4369cfb168396395d91d7 Mon Sep 17 00:00:00 2001 From: Matrix Dev Date: Fri, 21 Mar 2025 15:02:53 +0530 Subject: [PATCH] Revert back deleted variables --- resources/lang/pl/search.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/resources/lang/pl/search.php b/resources/lang/pl/search.php index e480655c4..4411a2dfa 100644 --- a/resources/lang/pl/search.php +++ b/resources/lang/pl/search.php @@ -38,4 +38,18 @@ 'search_input_placeholder' => 'Fittex...', 'results' => 'Wyniki', 'no_results' => 'Nie znaleziono wyników.', + 'search_categories' => [ + 'all' => 'Wszystkie', + 'podcasts' => 'Podcasty', + 'hackathons' => 'Hackathony', + 'online_courses' => 'Kursy online', + 'training' => 'Szkolenia', + 'challenges' => 'Wyzwania', + 'learn' => 'Uczyć się', + 'teach' => 'Technologie', + 'presentations_and_toolkits' => 'Prezentacje i zestawy narzędzi', + 'activities' => 'Aktywności', + 'blogs' => 'Blogi', + 'others' => 'Inne' + ] ]; \ No newline at end of file