From 0fab52d36def70f46847787ec755837313f51feb Mon Sep 17 00:00:00 2001
From: Muqeet Malik <muqeetamalik@gmail.com>
Date: Mon, 04 Dec 2023 17:30:58 +0000
Subject: [PATCH] Add Urdu translations (#867)

---
 docs/multilingual-mode.md |    1 
 i18n/ur.toml              |   64 ++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+), 0 deletions(-)

diff --git a/docs/multilingual-mode.md b/docs/multilingual-mode.md
index 8384e6d..8750f11 100644
--- a/docs/multilingual-mode.md
+++ b/docs/multilingual-mode.md
@@ -32,6 +32,7 @@
 - Turkish
 - Simplified Chinese
 - Taiwan Chinese
+- Urdu
 
 ## Configure languages
 
diff --git a/i18n/ur.toml b/i18n/ur.toml
new file mode 100644
index 0000000..0957d90
--- /dev/null
+++ b/i18n/ur.toml
@@ -0,0 +1,64 @@
+[categories]
+one = "قسم"
+other = "اقسام"
+
+[tags]
+one = "ٹیگ"
+other = "ٹیگز"
+
+[series]
+one = "سلسلہ"
+other = "سلسلہ"
+
+[authors]
+one = "مصنف"
+other = "مصنفین"
+
+[posts]
+other = "اِشاعَتی"
+
+[reading_time]
+one = "اسے پڑھنے میں ایک منٹ لگے گا"
+other = "اسے پڑھنے میں {{ Count }} منٹ لگتا ہے۔"
+
+[page_not_found]
+other = "صفحہ نہیں ملا"
+
+[page_does_not_exist]
+other = "معذرت، یہ صفحہ موجود نہیں ہے۔"
+
+[head_back]
+other = "آپ <a href=\"{{ . }}\">ہوم پیج</a> پر واپس جا سکتے ہیں۔"
+
+[licensed_under]
+other = "Licensed under"
+
+[powered_by]
+other = "شکریہ"
+
+[see_also]
+other = "بھی دیکھو"
+
+[note]
+other = "نوٹ"
+
+[tip]
+other = "ٹپ"
+
+[example]
+other = "مثال"
+
+[question]
+other = "سوال"
+
+[info]
+other = "معلومات"
+
+[warning]
+other = "انتباہ"
+
+[error]
+other = "غلطی"
+
+[link_to_heading]
+other = "Link to heading"

--
Gitblit v1.10.0