From 04611a73910f0cf89412ed53df3b33ac5bccbd6e Mon Sep 17 00:00:00 2001 From: Mac Kiser Date: Tue, 29 Mar 2022 11:56:57 -0600 Subject: [PATCH 01/15] Update users.md --- exampleSite/content/users.md | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/content/users.md b/exampleSite/content/users.md index 625cd61c..9b185c57 100644 --- a/exampleSite/content/users.md +++ b/exampleSite/content/users.md @@ -24,5 +24,6 @@ Real websites that are built with Congo. | [leif.io](https://leif.io/) | Personal site and Tech blog | | [dr460nf1r3.org](https://dr460nf1r3.org/) | Personal site and Blog | | [OCram85.com](https://ocram85.com) | Personal site and Blog | +| [mackiser.github.io](https://mackiser.github.io) | Personal site and Blog | **Congo user?** To add your site to this list, [submit a pull request](https://github.com/jpanther/congo/blob/dev/exampleSite/content/users.md). From c00743a5f396ce11ff37ab9e8a0a2bb76ca303e3 Mon Sep 17 00:00:00 2001 From: James Millner Date: Wed, 30 Mar 2022 19:08:45 +0100 Subject: [PATCH 02/15] Update users.md --- exampleSite/content/users.md | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/content/users.md b/exampleSite/content/users.md index 625cd61c..e982c431 100644 --- a/exampleSite/content/users.md +++ b/exampleSite/content/users.md @@ -24,5 +24,6 @@ Real websites that are built with Congo. | [leif.io](https://leif.io/) | Personal site and Tech blog | | [dr460nf1r3.org](https://dr460nf1r3.org/) | Personal site and Blog | | [OCram85.com](https://ocram85.com) | Personal site and Blog | +| [jamesmillner.dev](https://jamesmillner.dev) | Personal site and Blog | **Congo user?** To add your site to this list, [submit a pull request](https://github.com/jpanther/congo/blob/dev/exampleSite/content/users.md). From d6a3d0bfcb51821552902072ff929a59a12ca23e Mon Sep 17 00:00:00 2001 From: Moshi Binyamini Date: Fri, 1 Apr 2022 02:02:24 +0300 Subject: [PATCH 03/15] :globe_with_meridians: Add he i18n --- exampleSite/content/docs/configuration.md | 1 + i18n/he.yaml | 55 +++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 i18n/he.yaml diff --git a/exampleSite/content/docs/configuration.md b/exampleSite/content/docs/configuration.md index ebc5dd1b..9f5153a2 100644 --- a/exampleSite/content/docs/configuration.md +++ b/exampleSite/content/docs/configuration.md @@ -54,6 +54,7 @@ The theme currently supports the following languages by default: | :cn: Chinese | `zh` | | :fr: French | `fr` | | :de: German | `de` | +| :israel: Hebrew | `he` | | :brazil: Portuguese (Brazil) | `pt-br` | | :portugal: Portuguese (Portugal) | `pt-pt` | | :es: Spanish (Spain) | `es` | diff --git a/i18n/he.yaml b/i18n/he.yaml new file mode 100644 index 00000000..444084d2 --- /dev/null +++ b/i18n/he.yaml @@ -0,0 +1,55 @@ +article: + anchor_label: "עוגן" + date: "{{ .Date }}" + date_updated: "עודכן: {{ .Date }}" + draft: "טיוטה" + edit_title: "ערוך תוכן" + reading_time: + one: "{{ .Count }} דקה" + other: "{{ .Count }} דקות" + reading_time_title: "זמן קריאה" + table_of_contents: "תוכן עניינים" + word_count: + one: "{{ .Count }} מילה" + other: "{{ .Count }} מילים" + +author: + byline_title: "מחבר" + +code: + copy: "העתק" + copied: "הועתק" + +error: + 404_title: "הדף לא נמצא :confused:" + 404_error: "שגיאה 404" + 404_description: "נראה שהדף שביקשת לא קיים." + +footer: + dark_appearance: "מעבר למצב לילה" + light_appearance: "מעבר למצב יום" + powered_by: "בנוי בעזרת {{ .Hugo }} & {{ .Congo }}" + +list: + externalurl_title: "קישור לאתר חיצוני" + no_articles: "אין כרגע מאמרים ברשימה זו." + +nav: + scroll_to_top_title: "חזרה למעלה" + skip_to_main: "דילוג לתוכן" + +search: + open_button_title: "חיפוש (/)" + close_button_title: "סגירה (Esc)" + input_placeholder: "חיפוש" + +sharing: + email: "שליחת אימייל" + facebook: "שיתוף בפייסבוק" + linkedin: "שיתוף בלינקדאין" + pinterest: "שיתוף בפינטרסט" + reddit: "שליחה לרדיט" + twitter: "ציוץ בטוויטר" + +shortcode: + recent_articles: "חדשים" From 7f7e4408615bd289c84a741e182e1ca6e8e001f9 Mon Sep 17 00:00:00 2001 From: Moshi Binyamini Date: Fri, 1 Apr 2022 03:37:32 +0300 Subject: [PATCH 04/15] =?UTF-8?q?=F0=9F=8C=90=20Fix=20footer=20menu=20disp?= =?UTF-8?q?lay=20in=20RTL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 7dfeaafe..48fd5c9d 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -4,7 +4,7 @@