From 557232ab27830887a4dfe5fe1d7b88f69c11b14a Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Sun, 21 May 2023 03:54:07 +0530 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=8C=90=20add=20Nepali=20translat?= =?UTF-8?q?ions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Prashant Shahi --- src/translations.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/translations.php b/src/translations.php index 43a32cd2..47373d85 100644 --- a/src/translations.php +++ b/src/translations.php @@ -211,6 +211,15 @@ "Longest Week Streak" => "दीर्घकालीन साप्ताहिक सातत्यता", "Present" => "आज पर्यंत", ], + "ne" => [ + "Total Contributions" => "कुल योगदान", + "Current Streak" => "हालको दैनिक योगदान", + "Longest Streak" => "सबैभन्दा लामो दैनिक योगदान", + "Week Streak" => "सप्ताहिक योगदान", + "Longest Week Streak" => "सबैभन्दा लामो साप्ताहिक योगदान", + "Present" => "आज सम्म", + "Excluding" => "बाहेक", + ], "nl" => [ "Total Contributions" => "Totale Bijdrage", "Current Streak" => "Huidige Serie",