diff --git a/docs/schema/theme.json b/docs/schema/theme.json index b8abfd851..536a857f3 100644 --- a/docs/schema/theme.json +++ b/docs/schema/theme.json @@ -166,12 +166,6 @@ "hi" ] }, - { - "title": "Site language: Armenian", - "enum": [ - "hy" - ] - }, { "title": "Site language: Croatian", "enum": [ @@ -184,6 +178,12 @@ "hu" ] }, + { + "title": "Site language: Armenian", + "enum": [ + "hy" + ] + }, { "title": "Site language: Indonesian", "enum": [ @@ -352,6 +352,18 @@ "uk" ] }, + { + "title": "Site language: Urdu", + "enum": [ + "ur" + ] + }, + { + "title": "Site language: Uzbek", + "enum": [ + "uz" + ] + }, { "title": "Site language: Vietnamese", "enum": [ diff --git a/docs/setup/changing-the-language.md b/docs/setup/changing-the-language.md index d75ebeb4d..df13ce3fa 100644 --- a/docs/setup/changing-the-language.md +++ b/docs/setup/changing-the-language.md @@ -56,6 +56,7 @@ The following languages are supported: - `hi` – Hindi - `hr` – Croatian - `hu` – Hungarian +- `hy` – Armenian - `id` – Indonesian - `is` – Icelandic - `it` – Italian @@ -84,6 +85,7 @@ The following languages are supported: - `th` – Thai - `tr` – Turkish - `uk` – Ukrainian +- `ur` – Urdu - `uz` – Uzbek - `vi` – Vietnamese - `zh` – Chinese (Simplified) diff --git a/material/partials/languages/ur.html b/material/partials/languages/ur.html new file mode 100644 index 000000000..0a4247c9f --- /dev/null +++ b/material/partials/languages/ur.html @@ -0,0 +1,39 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "ur", + "direction": "rtl", + "clipboard.copy": "کلِپ بورڈ میں نقل کریں", + "clipboard.copied": "کلِپ بورڈ میں نقل کر دیا گیا", + "edit.link.title": "اس صفحے میں ترمیم کریں", + "footer.previous": "پچھلا", + "footer.next": "اگلا", + "footer.title": "ذیلی تحریر", + "header.title": "سر تحریر", + "meta.comments": "تبصرے", + "meta.source": "ذریعہ", + "nav.title": "رہنمائی", + "search.config.pipeline": " ", + "search.placeholder": "تلاش کریں", + "search.share": "اشتراک کریں", + "search.reset": "صاف کریں", + "search.result.initializer": "تلاش کا آغاز ہو رہا ہے", + "search.result.placeholder": "تلاش شروع کرنے کے لئے ٹائپ کریں", + "search.result.none": "کوئی ملتی جلتی دستاویزات نہیں", + "search.result.one": "۱ ملتی جلتی دستاویز", + "search.result.other": "# ملتی جلتی دستاویزات", + "search.result.more.one": "اِس صفحے پر مزید ۱", + "search.result.more.other": "اِس صفحے پر مزید #", + "search.result.term.missing": "گمشدہ", + "search.title": "تلاش", + "select.language.title": "زبان کا انتخاب کریں", + "select.version.title": "ورژن کا انتخاب کریں", + "skip.link.title": "براہِ راست مواد پر جائیں", + "source.link.title": "ریپازٹری پر جائیں", + "source.file.date.updated": "آخری بار تجدید", + "source.file.date.created": "تخلیق", + "tabs.title": "ٹیبز", + "toc.title": "فہرست", + "top.title": "واپس اوپر جائیں" +}[key] }}{% endmacro %} diff --git a/src/partials/languages/ur.html b/src/partials/languages/ur.html new file mode 100644 index 000000000..13b867c06 --- /dev/null +++ b/src/partials/languages/ur.html @@ -0,0 +1,59 @@ + + + +{% macro t(key) %}{{ { + "language": "ur", + "direction": "rtl", + "clipboard.copy": "کلِپ بورڈ میں نقل کریں", + "clipboard.copied": "کلِپ بورڈ میں نقل کر دیا گیا", + "edit.link.title": "اس صفحے میں ترمیم کریں", + "footer.previous": "پچھلا", + "footer.next": "اگلا", + "footer.title": "ذیلی تحریر", + "header.title": "سر تحریر", + "meta.comments": "تبصرے", + "meta.source": "ذریعہ", + "nav.title": "رہنمائی", + "search.config.pipeline": " ", + "search.placeholder": "تلاش کریں", + "search.share": "اشتراک کریں", + "search.reset": "صاف کریں", + "search.result.initializer": "تلاش کا آغاز ہو رہا ہے", + "search.result.placeholder": "تلاش شروع کرنے کے لئے ٹائپ کریں", + "search.result.none": "کوئی ملتی جلتی دستاویزات نہیں", + "search.result.one": "۱ ملتی جلتی دستاویز", + "search.result.other": "# ملتی جلتی دستاویزات", + "search.result.more.one": "اِس صفحے پر مزید ۱", + "search.result.more.other": "اِس صفحے پر مزید #", + "search.result.term.missing": "گمشدہ", + "search.title": "تلاش", + "select.language.title": "زبان کا انتخاب کریں", + "select.version.title": "ورژن کا انتخاب کریں", + "skip.link.title": "براہِ راست مواد پر جائیں", + "source.link.title": "ریپازٹری پر جائیں", + "source.file.date.updated": "آخری بار تجدید", + "source.file.date.created": "تخلیق", + "tabs.title": "ٹیبز", + "toc.title": "فہرست", + "top.title": "واپس اوپر جائیں" +}[key] }}{% endmacro %}