زبان مورد نظر خود را انتخاب کنید:
From 914a9afac51835b58c3d4181c38b874bc69e51ed Mon Sep 17 00:00:00 2001
From: Solar Anamnesis <31825284+solaranamnesis@users.noreply.github.com>
Date: Thu, 31 Oct 2024 19:30:01 -0700
Subject: [PATCH 1/5] Update README.md
---
README.md | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b1d959a..c464b48 100644
--- a/README.md
+++ b/README.md
@@ -4,4 +4,22 @@ In the spirit of inspiration, we pay homage to the nine Muses of Greek mythology
"Sing, O Muse, of the wonders of the past, of the Library of Alexandria, where knowledge flowed like the Nile, and the light of learning shone bright."
-[Solar Anamnesis Publishing](https://www.solaranamnesis.pub/)
+[Solar Anamnesis Publishing --- English](https://www.solaranamnesis.pub/)
+[Spanish](https://www.solaranamnesis.pub/index-es.html)
+[German](https://www.solaranamnesis.pub/index-de.html)
+[French](https://www.solaranamnesis.pub/index-fr.html)
+[Japanese (日本語)](https://www.solaranamnesis.pub/index-ja.html)
+[Italian](https://www.solaranamnesis.pub/index-it.html)
+[Russian (Русский)](https://www.solaranamnesis.pub/index-ru.html)
+[Chinese (中文)](https://www.solaranamnesis.pub/index-zh.html)
+[Hebrew (עברית)](https://www.solaranamnesis.pub/index-he.html)
+[Thai (ไทย)](https://www.solaranamnesis.pub/index-th.html)
+[Vietnamese (Tiếng Việt)](https://www.solaranamnesis.pub/index-vi.html)
+[Arabic (العربية)](https://www.solaranamnesis.pub/index-ar.html)
+[Hindi (हिन्दी)](https://www.solaranamnesis.pub/index-hi.html)
+[Greek (Ελληνικά)](https://www.solaranamnesis.pub/index-el.html)
+[Korean (한국어)](https://www.solaranamnesis.pub/index-ko.html)
+[Portuguese](https://www.solaranamnesis.pub/index-pt.html)
+[Bengali (বাংলা)](https://www.solaranamnesis.pub/index-bn.html)
+[Punjabi (ਪੰਜਾਬੀ)](https://www.solaranamnesis.pub/index-pa.html)
+[Persian (فارسی)](https://www.solaranamnesis.pub/index-fa.html)
From 1d66ddd3a06ffebdb1b3f4fa7c8a060b57ef969b Mon Sep 17 00:00:00 2001
From: Solar Anamnesis <31825284+solaranamnesis@users.noreply.github.com>
Date: Thu, 31 Oct 2024 19:30:08 -0700
Subject: [PATCH 2/5] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c464b48..30dce4b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ In the spirit of inspiration, we pay homage to the nine Muses of Greek mythology
"Sing, O Muse, of the wonders of the past, of the Library of Alexandria, where knowledge flowed like the Nile, and the light of learning shone bright."
-[Solar Anamnesis Publishing --- English](https://www.solaranamnesis.pub/)
+[Solar Anamnesis Publishing --- English](https://www.solaranamnesis.pub/)
[Spanish](https://www.solaranamnesis.pub/index-es.html)
[German](https://www.solaranamnesis.pub/index-de.html)
[French](https://www.solaranamnesis.pub/index-fr.html)
From cd808ddb6dab46927372560053a8dc3a4b1c0cde Mon Sep 17 00:00:00 2001
From: Solar Anamnesis <31825284+solaranamnesis@users.noreply.github.com>
Date: Thu, 31 Oct 2024 19:40:10 -0700
Subject: [PATCH 3/5] Create script-fa.js
---
script-fa.js | 1 +
1 file changed, 1 insertion(+)
create mode 100644 script-fa.js
diff --git a/script-fa.js b/script-fa.js
new file mode 100644
index 0000000..728e1c3
--- /dev/null
+++ b/script-fa.js
@@ -0,0 +1 @@
+function renderBooks(){fetch("books.json").then((t=>t.json())).then((t=>{const e=document.getElementById("book-list");function n(t){e.innerHTML="",t.sort(((t,e)=>t.year.match(/\d+/)[0]>e.year.match(/\d+/)[0]?1:e.year.match(/\d+/)[0]>t.year.match(/\d+/)[0]?-1:0)).forEach((t=>{const n=document.createElement("li");n.className="box",n.innerHTML=`\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t${t.title}\n\t\t\t\t\t\t — ${t.author} (${t.year}) \t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tزبانها: ${t.languages}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tموضوعات: ${t.subjects}\n\t\t\t\t\t\t\t\t\n `,e.appendChild(n)}))}function a(t,e,n){return n.indexOf(t)===e}function l(){const e=document.getElementById("language-select").value,a=document.getElementById("year-select").value,l=document.getElementById("subject-select").value,s=document.getElementById("author-select").value;n(t.filter((t=>{const n="زبان را انتخاب کنید"===e||t.languages.includes(e),c="سال را انتخاب کنید"===a||t.year.includes(a),o="موضوع را انتخاب کنید"===l||t.subjects.includes(l),r="نویسنده را انتخاب کنید"===s||t.author.includes(s);return n&&c&&o&&r})))}function s(t,e){const n=document.getElementById(t);e.forEach((t=>{const e=document.createElement("option");e.value=t,e.textContent=t,n.appendChild(e)}))}const c=t.flatMap((t=>t.languages.split(",").map((t=>t.trim())))).filter(a).sort(),o=t.map((t=>t.year.match(/\d+/)[0])).filter(a).sort(),r=t.flatMap((t=>t.subjects.split(",").map((t=>t.trim())))).filter(a).sort(),d=t.flatMap((t=>t.author.split(",").map((t=>t.trim())))).filter(a).sort();s("language-select",c),s("year-select",o),s("subject-select",r),s("author-select",d),n(t),document.getElementById("language-select").addEventListener("change",l),document.getElementById("year-select").addEventListener("change",l),document.getElementById("subject-select").addEventListener("change",l),document.getElementById("author-select").addEventListener("change",l)})).catch((t=>console.error("Error:",t)))}document.addEventListener("DOMContentLoaded",renderBooks);
From 7396641aabf6fbd8fde72864ad13bc445c39d4d9 Mon Sep 17 00:00:00 2001
From: Solar Anamnesis <31825284+solaranamnesis@users.noreply.github.com>
Date: Thu, 31 Oct 2024 19:40:36 -0700
Subject: [PATCH 4/5] Create index-fa.html
---
index-fa.html | 1 +
1 file changed, 1 insertion(+)
create mode 100644 index-fa.html
diff --git a/index-fa.html b/index-fa.html
new file mode 100644
index 0000000..1c79685
--- /dev/null
+++ b/index-fa.html
@@ -0,0 +1 @@
+
با تمام کتابها در کتابخانه تعامل کنید
اطلاعات و منابع بیشتر را پیدا کنید
بیشتر درباره مأموریت و چشمانداز ما بیاموزید
Interact with all the books in the library.
Find further information and resources.
Learn more about our mission and vision.
Interact with all the books in the library.
Find further information and resources.
Learn more about our mission and vision.