From 2574f609a12f6291cc47dc9c0a311ce8f652f951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:30:24 +0000 Subject: [PATCH 1/4] Bump peaceiris/actions-hugo from 2.6.0 to 3.0.0 (#919) Bumps [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo) from 2.6.0 to 3.0.0. - [Release notes](https://github.com/peaceiris/actions-hugo/releases) - [Changelog](https://github.com/peaceiris/actions-hugo/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-hugo/compare/v2.6.0...v3.0.0) --- updated-dependencies: - dependency-name: peaceiris/actions-hugo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3a0a6de..f8d96db 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -21,7 +21,7 @@ jobs: run: npm install - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.6.0 + uses: peaceiris/actions-hugo@v3.0.0 with: hugo-version: 'latest' extended: true From 7baa0b34ad6c217a8875834b825bbda0a83d8f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 02:11:03 +0600 Subject: [PATCH 2/4] Bump katex from 0.16.4 to 0.16.10 (#912) Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.4 to 0.16.10. - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md) - [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.4...v0.16.10) --- updated-dependencies: - dependency-name: katex dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Emruz Hossain --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0aff04..0e5eff8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "imagesloaded": "^5.0.0", "include-media": "^1.4.10", "ityped": "^1.0.3", - "katex": "^0.16.3", + "katex": "^0.16.10", "mark.js": "^8.11.1", "mermaid": "^9.2.1", "plyr": "^3.7.2", @@ -2588,16 +2588,16 @@ } }, "node_modules/katex": { - "version": "0.16.4", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.4.tgz", - "integrity": "sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==", + "version": "0.16.10", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.10.tgz", + "integrity": "sha512-ZiqaC04tp2O5utMsl2TEZTXxa6WSC4yo0fv5ML++D3QZv/vx2Mct0mTlRx3O+uUkjfuAgOkzsCmq5MiUEsDDdA==", "dev": true, "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" ], "dependencies": { - "commander": "^8.0.0" + "commander": "^8.3.0" }, "bin": { "katex": "cli.js" @@ -5706,12 +5706,12 @@ } }, "katex": { - "version": "0.16.4", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.4.tgz", - "integrity": "sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==", + "version": "0.16.10", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.10.tgz", + "integrity": "sha512-ZiqaC04tp2O5utMsl2TEZTXxa6WSC4yo0fv5ML++D3QZv/vx2Mct0mTlRx3O+uUkjfuAgOkzsCmq5MiUEsDDdA==", "dev": true, "requires": { - "commander": "^8.0.0" + "commander": "^8.3.0" } }, "khroma": { diff --git a/package.json b/package.json index e3478f5..87c3159 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "imagesloaded": "^5.0.0", "include-media": "^1.4.10", "ityped": "^1.0.3", - "katex": "^0.16.3", + "katex": "^0.16.10", "mark.js": "^8.11.1", "mermaid": "^9.2.1", "plyr": "^3.7.2", From d90b878f92396a39b14a58e317af9a18ebf8bbdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 02:18:03 +0600 Subject: [PATCH 3/4] Bump katex from 0.16.9 to 0.16.10 in /exampleSite (#913) Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.9 to 0.16.10. - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md) - [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.9...v0.16.10) --- updated-dependencies: - dependency-name: katex dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Emruz Hossain --- exampleSite/package-lock.json | 8 ++++---- exampleSite/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/exampleSite/package-lock.json b/exampleSite/package-lock.json index 53e74af..a855b24 100644 --- a/exampleSite/package-lock.json +++ b/exampleSite/package-lock.json @@ -27,7 +27,7 @@ "imagesloaded": "^5.0.0", "include-media": "^1.4.10", "ityped": "^1.0.3", - "katex": "^0.16.3", + "katex": "^0.16.10", "mark.js": "^8.11.1", "mermaid": "^9.2.1", "plyr": "^3.7.2", @@ -2841,9 +2841,9 @@ } }, "node_modules/katex": { - "version": "0.16.9", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.9.tgz", - "integrity": "sha512-fsSYjWS0EEOwvy81j3vRA8TEAhQhKiqO+FQaKWp0m39qwOzHVBgAUBIXWj1pB+O2W3fIpNa6Y9KSKCVbfPhyAQ==", + "version": "0.16.10", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.10.tgz", + "integrity": "sha512-ZiqaC04tp2O5utMsl2TEZTXxa6WSC4yo0fv5ML++D3QZv/vx2Mct0mTlRx3O+uUkjfuAgOkzsCmq5MiUEsDDdA==", "dev": true, "funding": [ "https://opencollective.com/katex", diff --git a/exampleSite/package.json b/exampleSite/package.json index 908bed9..37e4ab5 100644 --- a/exampleSite/package.json +++ b/exampleSite/package.json @@ -51,7 +51,7 @@ "imagesloaded": "^5.0.0", "include-media": "^1.4.10", "ityped": "^1.0.3", - "katex": "^0.16.3", + "katex": "^0.16.10", "mark.js": "^8.11.1", "mermaid": "^9.2.1", "plyr": "^3.7.2", From 07763e7737dd06d6f0c4cd348b6d541c63e25d1f Mon Sep 17 00:00:00 2001 From: skamensky Date: Sat, 13 Apr 2024 23:22:06 +0300 Subject: [PATCH 4/4] add hebrew translation (#914) * add hebrew translation * Add Hebrew in the Readme --------- Co-authored-by: Emruz Hossain --- README.md | 1 + i18n/he.toml | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 127 insertions(+) create mode 100644 i18n/he.toml diff --git a/README.md b/README.md index 3468061..8cbe4b8 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ For more details about the features please visit [here](https://toha-guides.netl - Català - Português Brasileiro - Nederlands +- Hebrew To know more about how to translate your site, please visit [here](https://toha-guides.netlify.app/posts/translation/). Follow, the data and post format from this [example site](https://hugo-toha.github.io). diff --git a/i18n/he.toml b/i18n/he.toml new file mode 100644 index 0000000..473f140 --- /dev/null +++ b/i18n/he.toml @@ -0,0 +1,126 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[home] +other = "בית" + +[posts] +other = "פוסטים" + +[toc_heading] +other = "תוכן העניינים" + +[tags] +other = "תגים" + +[categories] +other = "קטגוריות" + +[at] +other = "ב" + +[resume] +other = "הקורות החיים שלי" + +[navigation] +other = "ניווט" + +[contact_me] +other = "צור קשר:" + +[email] +other = "דוא\"ל" + +[phone] +other = "טלפון" + +[newsletter_text] +other = "הישאר מעודכן עם התראות בדוא\"ל" + +[newsletter_input_placeholder] +other = "הכנס דוא\"ל" + +[newsletter_warning] +other = "על ידי הזנת כתובת הדוא\"ל שלך, אתה מסכים לקבל את הניוזלטר של אתר זה." + +[submit] +other = "שלח" + +[hugoAttributionText] +other = "מופעל ע\"י" + +[prev] +other = "הקודם" + +[next] +other = "הבא" + +[share_on] +other = "שתף ב" + +[improve_this_page] +other = "שפר את הדף הזה" + +[out_of] +other = "מתוך" + +[publications] +other = "פרסומים" + +[taken_courses] +other = "קורסים" + +[course_name] +other = "שם הקורס" + +[total_credit] +other = "נקודות זכות סך הכל" + +[obtained_credit] +other = "נקודות זכות שהושגו" + +[extracurricular_activities] +other = "פעילויות חוץ לימודיות" + +[show_more] +other = "הצג יותר" + +[show_less] +other = "הצג פחות" + +[responsibilities] +other = "אחריות:" + +[present] +other = "נוכחי" + +[comments_javascript] +other = "אנא הפעל את JavaScript כדי לראות את" + +[comments_by] +other = "תגובות מופעלות ע\"י" + +[read] +other = "קרא" + +[project_star] +other = "כוכב" + +[project_details] +other = "פרטים" + +[err_404] +other = "הדף שאתה מחפש אינו קיים עדיין." + +[more] +other = "עוד" + +[view_certificate] +other = "צפה בתעודה" + +[notes] +other = "הערות" + +[disclaimer_text] +other = "הבהרת אחריות" + +[search] +other = "חיפוש" \ No newline at end of file