From 8d94ef322509c5b4c97b4d72a9eeb63f55748e16 Mon Sep 17 00:00:00 2001
From: Bimal Thapa <58697145+bmltp@users.noreply.github.com>
Date: Thu, 23 Sep 2021 13:21:30 +0000
Subject: [PATCH] add Nepali Language Translation (#590)
---
i18n/np.toml | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/i18n/np.toml b/i18n/np.toml
new file mode 100644
index 0000000..90a79c5
--- /dev/null
+++ b/i18n/np.toml
@@ -0,0 +1,33 @@
+[category]
+other = "वर्ग"
+
+[tag]
+other = "ट्याग"
+
+[series]
+other = "श्रृंखला"
+
+[author]
+other = "लेखक"
+
+[reading_time]
+one = "एक मिनेट पढाई"
+other = "{{ .Count }} मिनेट पढाई"
+
+[page_not_found]
+other = "पृष्ठ भेटिएन।"
+
+[page_does_not_exist]
+other = "माफ गर्नुहोस, यो पृष्ठ उपलब्ध छैन।"
+
+[head_back]
+other = "मुख्यपृष्ठमा फर्किन सक्नुहुन्छ।<a href=\"{{ . }}\">मुख्यपृष्ठ</a>."
+
+[powered_by]
+other = "द्वारा संचालित"
+
+[see_also]
+other = "यो पनि हेर्नुहोस।"
+
+[posts]
+other = "सामग्री"
--
Gitblit v1.10.0