From fa022f2c64b59a531c0fb928ba2248e81bb647bc Mon Sep 17 00:00:00 2001 From: MineCola Date: Wed, 21 Oct 2020 00:46:41 +0800 Subject: [PATCH 1/4] Add zh-tw translation (#356) --- i18n/zh-tw.toml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 i18n/zh-tw.toml diff --git a/i18n/zh-tw.toml b/i18n/zh-tw.toml new file mode 100644 index 0000000..dc37230 --- /dev/null +++ b/i18n/zh-tw.toml @@ -0,0 +1,35 @@ +[more] +other = "更多" + +[allTitle] +other = "所有 {{.Title }}" + +[recentTitle] +other = "最近 {{.Title }}" + +[readMore] +other = "繼續閱讀" + +[whatsInThis] +other = "更多關於 {{ .Type }}" + +[related] +other = "相關內容" + +[yourName] +other = "你的名字" + +[emailAddress] +other = "Email" + +[message] +other = "訊息" + +[emailRequiredNote] +other = "必須填寫 Email" + +[send] +other = "送出" + +[taxonomyPageList] +other = "標籤為 “{{ .Title }}” 的頁面如下" \ No newline at end of file From 056246eb62b96c66d9ea55d9485053ae2c29bfd5 Mon Sep 17 00:00:00 2001 From: Winux <73439774+winux1@users.noreply.github.com> Date: Wed, 28 Oct 2020 14:27:49 +0100 Subject: [PATCH 2/4] Added Hungarian translation (#361) I translated this theme for my website but I think it could be helpful to other people too --- i18n/hu.toml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 i18n/hu.toml diff --git a/i18n/hu.toml b/i18n/hu.toml new file mode 100644 index 0000000..71e389b --- /dev/null +++ b/i18n/hu.toml @@ -0,0 +1,35 @@ +[more] +other = "Több" + +[allTitle] +other = "További {{.Title }}" + +[recentTitle] +other = "Friss {{.Title }}" + +[readMore] +other = "Részletek" + +[whatsInThis] +other = "{{ .Type }}" + +[related] +other = "Ajánlott cikkek" + +[yourName] +other = "Név" + +[emailAddress] +other = "E-mail cím" + +[message] +other = "Üzenet" + +[emailRequiredNote] +other = "E-mail cím megadása kötelező." + +[send] +other = "Küldés" + +[taxonomyPageList] +other = "Ezen a lapon a(z) {{ .Title }} kategóriába tartozó cikkeket találod" \ No newline at end of file From 4492800a74dd27e70787109d930308e571140674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1zhan?= Date: Tue, 15 Dec 2020 16:57:52 +0300 Subject: [PATCH 3/4] Create tr.toml (#371) --- i18n/tr.toml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 i18n/tr.toml diff --git a/i18n/tr.toml b/i18n/tr.toml new file mode 100644 index 0000000..62af5e8 --- /dev/null +++ b/i18n/tr.toml @@ -0,0 +1,35 @@ +[more] +other = "Daha fazla" + +[allTitle] +other = "Tüm {{.Title }}" + +[recentTitle] +other = "Güncel {{.Title }}" + +[readMore] +other = "daha fazla oku" + +[whatsInThis] +other = "Bu {{ .Type }} ne içeriyor" + +[related] +other = "İlişkili" + +[yourName] +other = "İsminiz" + +[emailAddress] +other = "E-posta Adresi" + +[message] +other = "Mesaj" + +[emailRequiredNote] +other = "E-posta adresi zorunludur." + +[send] +other = "Gönder" + +[taxonomyPageList] +other = "Aşağıda, “{{ .Title }}” sınıflandırma terimini kullanan sayfaları bulacaksınız." From ce48112de29f91330ec4da2bfb7ed14d0ee1a19f Mon Sep 17 00:00:00 2001 From: Regis Philibert Date: Sat, 19 Dec 2020 13:35:32 -0500 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7230739..20e50c0 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,10 @@ This theme uses the "Tachyons" CSS library. This will allow you to manipulate th ### As a Hugo Module (recommended) +If not already, init your project as Hugo Module: + +`$: hugo mod init {project_repo_url}` + Simply add the repo to your theme option: ```yaml