From 1e050a44e729d0192d020b30bb3b70befc39d946 Mon Sep 17 00:00:00 2001 From: Leo <97500607+6C656F@users.noreply.github.com> Date: Sat, 2 Mar 2024 06:53:01 -0800 Subject: [PATCH] Add Punjabi language support to `i18n` (#1442) * Add Punjabi language support * Add Punjabi support (western) --- i18n/pa.yaml | 33 +++++++++++++++++++++++++++++++++ i18n/pnb.yaml | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 i18n/pa.yaml create mode 100644 i18n/pnb.yaml diff --git a/i18n/pa.yaml b/i18n/pa.yaml new file mode 100644 index 00000000..32192c5c --- /dev/null +++ b/i18n/pa.yaml @@ -0,0 +1,33 @@ +- id: prev_page + translation: "ਪਿਛਲਾ" + +- id: next_page + translation: "ਅਗਲਾ" + +- id: read_time + translation: + one: "1 ਮਿੰਟ" + other: "{{ .Count }} ਮਿੰਟ" + +- id: words + translation: + one: "ਸ਼ਬਦ" + other: "{{ .Count }} ਸ਼ਬਦ" + +- id: toc + translation: "ਤਤਕਰਾ" + +- id: translations + translation: "ਅਨੁਵਾਦ" + +- id: home + translation: "ਘਰ" + +- id: edit_post + translation: "ਸੋਧ" + +- id: code_copy + translation: "ਕਾਪੀ" + +- id: code_copied + translation: "ਕਾਪੀ ਕੀਤੀ ਗਈ!!" diff --git a/i18n/pnb.yaml b/i18n/pnb.yaml new file mode 100644 index 00000000..fa2f8a80 --- /dev/null +++ b/i18n/pnb.yaml @@ -0,0 +1,33 @@ +- id: prev_page + translation: "پِچھلا" + +- id: next_page + translation: "اگلا" + +- id: read_time + translation: + one: "ایک منٹ" + other: "مِنٹ {{ .Count }}" + +- id: words + translation: + one: "لفظ" + other: "لفظ {{ .Count }}" + +- id: toc + translation: "تتکرا" + +- id: translations + translation: "انوواد" + +- id: home + translation: "گھر" + +- id: edit_post + translation: "سودھ" + +- id: code_copy + translation: "کاپی" + +- id: code_copied + translation: "کاپی کیتی گئی!"