From fd01e76cb334e5feebfda7f90a6b471a7c0014a8 Mon Sep 17 00:00:00 2001 From: Cristina <116112919+CristinaEU1@users.noreply.github.com> Date: Thu, 2 Oct 2025 00:25:38 +0300 Subject: [PATCH] ro1.php Added Romanian language with native Romanian letters --- src/translations.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/translations.php b/src/translations.php index a8367464..ccdd5c3d 100644 --- a/src/translations.php +++ b/src/translations.php @@ -393,6 +393,15 @@ "Present" => "Presente", "Excluding {days}" => "Exceto {days}", ], + "ro_cuDiacritice" => [ + "Total Contributions" => "Contribuții totale", + "Current Streak" => "Seria Actuală", + "Longest Streak" => "Cea mai lungă serie", + "Week Streak" => "Seria săptămânală", + "Longest Week Streak" => "Cea mai lungă serie săptămânală", + "Present" => "Prezent", + "Excluding {days}" => "Excluzând {days}", + ], "ru" => [ "Total Contributions" => "Общий вклад", "Current Streak" => "Текущая серия",