From 6080028569d2fc4ac87921c33235d27a54d6376a Mon Sep 17 00:00:00 2001 From: Gemmus <112064697+Gemmus@users.noreply.github.com> Date: Tue, 27 Jun 2023 16:23:56 +0300 Subject: [PATCH] feat: Added Hungarian translations (#539) * Hungarian translation added. #236 * Excluding added for Hungarian translation. --- src/translations.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/translations.php b/src/translations.php index a5a31652..52498e7a 100644 --- a/src/translations.php +++ b/src/translations.php @@ -163,6 +163,15 @@ "Longest Week Streak" => "pi long tras semèn", "Present" => "Prezan", ], + "hu" => [ + "Total Contributions" => "Összes hozzájárulás", + "Current Streak" => "Jelenlegi sorozat", + "Longest Streak" => "Leghosszabb sorozat", + "Week Streak" => "Heti sorozat", + "Longest Week Streak" => "Leghosszabb heti sorozat", + "Present" => "Jelen", + "Excluding" => "Kivéve", + ], "hy" => [ "Total Contributions" => "Ընդհանուր\nներդրումը", "Current Streak" => "Ընթացիկ շարք",