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 1/2] 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 0000000..32192c5
--- /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 0000000..fa2f8a8
--- /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: "کاپی کیتی گئی!"
From 4278a07b7458af13dfde04b529d92be4cd649267 Mon Sep 17 00:00:00 2001
From: Nicolas Duchastel de Montrouge
<104599836+nduchastel@users.noreply.github.com>
Date: Sat, 2 Mar 2024 11:21:44 -0800
Subject: [PATCH 2/2] Add support fo Tableau (#1414)
Tableau is one of the most used data visualisation tool.
It has its own very active #datafam community.
This adds an icon which links to someone's public.tableau.com web page.
---
layouts/partials/svg.html | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html
index 5dc6d73..64051e5 100644
--- a/layouts/partials/svg.html
+++ b/layouts/partials/svg.html
@@ -666,6 +666,17 @@
+{{- else if (eq $icon_name "tableau") -}}
+
{{- else if (eq $icon_name "telegram") -}}