From 743acf0e1178d8176bd6ac8a243371679a95a065 Mon Sep 17 00:00:00 2001 From: 5h1m <119439208+5h1m@users.noreply.github.com> Date: Sat, 3 Dec 2022 19:16:06 +0700 Subject: [PATCH 1/4] Add Indonesian translation --- i18n/id.yaml | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 i18n/id.yaml diff --git a/i18n/id.yaml b/i18n/id.yaml new file mode 100644 index 00000000..f21dcf42 --- /dev/null +++ b/i18n/id.yaml @@ -0,0 +1,55 @@ +article: + anchor_label: "Anchor" + date: "{{ .Date }}" + date_updated: "Diperbarui: {{ .Date }}" + draft: "Draft" + edit_title: "Edit konten" + reading_time: + one: "{{ .Count }} menit" + other: "{{ .Count }} menit" + reading_time_title: "Waktu membaca" + table_of_contents: "Daftar isi" + word_count: + one: "{{ .Count }} kata" + other: "{{ .Count }} kata" + +author: + byline_title: "Penulis" + +code: + copy: "Salin" + copied: "Disalin" + +error: + 404_title: "Halaman Tidak Ditemukan :confused:" + 404_error: "Kesalahan 404" + 404_description: "Tampaknya halaman yang Anda minta tidak ada." + +footer: + dark_appearance: "Beralih ke tampilan gelap" + light_appearance: "Beralih ke tampilan terang" + powered_by: "Dipersembahkan oleh {{ .Hugo }} & {{ .Congo }}" + +list: + externalurl_title: "Tautan ke situs eksternal" + no_articles: "Belum ada artikel untuk dicantumkan di sini." + +nav: + scroll_to_top_title: "Gulir ke atas" + skip_to_main: "Lewati ke konten utama" + +search: + open_button_title: "Cari (/)" + close_button_title: "Tutup (Esc)" + input_placeholder: "Pencarian" + +sharing: + email: "Kirim lewat surel" + facebook: "Bagikan ke Facebook" + linkedin: "Bagikan ke LinkedIn" + pinterest: "Pin di Pinterest" + reddit: "Kirim ke Reddit" + twitter: "Tweet di Twitter" + +shortcode: + recent_articles: "Terbaru" From f45f61d725206a23fdefa297771234e415f7bbf5 Mon Sep 17 00:00:00 2001 From: 5h1m <119439208+5h1m@users.noreply.github.com> Date: Sat, 3 Dec 2022 19:28:25 +0700 Subject: [PATCH 2/4] update --- exampleSite/content/docs/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/content/docs/configuration.md b/exampleSite/content/docs/configuration.md index a80b0f27..624a6a44 100644 --- a/exampleSite/content/docs/configuration.md +++ b/exampleSite/content/docs/configuration.md @@ -66,6 +66,7 @@ The theme currently supports the following languages out of the box: | :romania: Romanian | `ro` | | :es: Spanish (Spain) | `es` | | :tr: Turkish | `tr` | +| :id: Indonesian | `id` | The default translations can be overridden by creating a custom file in `i18n/[code].yaml` that contains the translation strings. You can also use this method to add new languages. If you'd like to share a new translation with the community, please [open a pull request](https://github.com/jpanther/congo/pulls). From 1cec83d518aa059da0b6e72c26d5a78c82ac2d25 Mon Sep 17 00:00:00 2001 From: 5h1m <119439208+5h1m@users.noreply.github.com> Date: Sun, 11 Dec 2022 18:19:13 +0700 Subject: [PATCH 3/4] Add shim to the users --- exampleSite/content/users.md | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/content/users.md b/exampleSite/content/users.md index ce30a8f9..8140ae5f 100644 --- a/exampleSite/content/users.md +++ b/exampleSite/content/users.md @@ -50,5 +50,6 @@ Real websites that are built with Congo. | [cgutierr-zgz.github.io](https://cgutierr-zgz.github.io/) | Personal site and Tech blog | | [adam.sr](https://adam.sr) | Personal site and Blog | | [datadi.murgi.org](https://datadi.murgi.org) | Personal site and Blog | +| [shim.web.id](https://shim.web.id) | Personal Blog (in Indonesian) | **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 7c5a8cb764743b730c1a05da18eea94ab79ba651 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 9 Jan 2023 15:26:53 +1100 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=93=9D=20Update=20configuration=20doc?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/content/docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/docs/configuration.md b/exampleSite/content/docs/configuration.md index 624a6a44..43fd0b5c 100644 --- a/exampleSite/content/docs/configuration.md +++ b/exampleSite/content/docs/configuration.md @@ -59,6 +59,7 @@ The theme currently supports the following languages out of the box: | :de: German | `de` | | :israel: Hebrew | `he` | | :hungary: Hungarian | `hu` | +| :indonesia: Indonesian | `id` | | :it: Italian | `it` | | :jp: Japanese | `ja` | | :brazil: Portuguese (Brazil) | `pt-br` | @@ -66,7 +67,6 @@ The theme currently supports the following languages out of the box: | :romania: Romanian | `ro` | | :es: Spanish (Spain) | `es` | | :tr: Turkish | `tr` | -| :id: Indonesian | `id` | The default translations can be overridden by creating a custom file in `i18n/[code].yaml` that contains the translation strings. You can also use this method to add new languages. If you'd like to share a new translation with the community, please [open a pull request](https://github.com/jpanther/congo/pulls).