Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Romero <halogenica@users.noreply.github.com>2021-01-06 10:48:23 +0300
committerGitHub <noreply@github.com>2021-01-06 10:48:23 +0300
commitb4736e797f91bc79ab74208a69974967f391ed68 (patch)
treeca4e38702877f37ab955aa07e09a1981a9fd6b0c
parent1ff3894b84b1802433b58e22dd22f4eb46a49fa9 (diff)
parent28a65d8b989c56d548a7a0d6ee38f4eda3a3025f (diff)
Merge pull request #361 from henryiii/fix/0.76
fix: support dates in Hugo 0.76 (but not earlier)
-rw-r--r--i18n/br.yaml4
-rw-r--r--i18n/de.yaml4
-rw-r--r--i18n/en.yaml4
-rw-r--r--i18n/eo.yaml4
-rw-r--r--i18n/es.yaml4
-rw-r--r--i18n/fr.yaml4
-rw-r--r--i18n/it.yaml4
-rw-r--r--i18n/ja.yaml4
-rw-r--r--i18n/nb.yaml4
-rw-r--r--i18n/nl.yaml4
-rw-r--r--i18n/pl.yaml4
-rw-r--r--i18n/ru.yaml4
-rw-r--r--i18n/zh-CN.yaml4
-rw-r--r--i18n/zh-TW.yaml4
14 files changed, 28 insertions, 28 deletions
diff --git a/i18n/br.yaml b/i18n/br.yaml
index 75c90e6..ca45382 100644
--- a/i18n/br.yaml
+++ b/i18n/br.yaml
@@ -4,9 +4,9 @@
- id: shortdateFormat
translation: "02/Jan/2006 15:04:05"
- id: postedOnDate
- translation: "Postado em {{ .Count }}"
+ translation: "Postado em {{ . }}"
- id: lastModified
- translation: "(Ultima modificação em {{ .Count }})"
+ translation: "(Ultima modificação em {{ . }})"
- id: translationsLabel
translation: "Outras linguagens: "
- id: translationsSeparator
diff --git a/i18n/de.yaml b/i18n/de.yaml
index 51da1f3..39d9312 100644
--- a/i18n/de.yaml
+++ b/i18n/de.yaml
@@ -4,9 +4,9 @@
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
- translation: "Gepostet am {{ .Count }}"
+ translation: "Gepostet am {{ . }}"
- id: lastModified
- translation: "(Zuletzt geändert am {{ .Count }})"
+ translation: "(Zuletzt geändert am {{ . }})"
- id: translationsLabel
translation: "Andere Sprachen: "
- id: translationsSeparator
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 9f12957..eee2c8a 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -4,9 +4,9 @@
- id: shortdateFormat
translation: "Jan 2, 2006 15:04:05"
- id: postedOnDate
- translation: "Posted on {{ .Count }}"
+ translation: "Posted on {{ . }}"
- id: lastModified
- translation: "(Last modified on {{ .Count }})"
+ translation: "(Last modified on {{ . }})"
- id: translationsLabel
translation: "Other languages: "
- id: translationsSeparator
diff --git a/i18n/eo.yaml b/i18n/eo.yaml
index 68fd7e2..24242f3 100644
--- a/i18n/eo.yaml
+++ b/i18n/eo.yaml
@@ -4,9 +4,9 @@
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
- translation: "Afiŝiĝis je {{ .Count }}"
+ translation: "Afiŝiĝis je {{ . }}"
- id: lastModified
- translation: "(Laste aliiĝis je {{ .Count }})"
+ translation: "(Laste aliiĝis je {{ . }})"
- id: translationsLabel
translation: "Aliaj lingvoj: "
- id: translationsSeparator
diff --git a/i18n/es.yaml b/i18n/es.yaml
index c2503b5..0ef597a 100644
--- a/i18n/es.yaml
+++ b/i18n/es.yaml
@@ -4,9 +4,9 @@
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
- translation: "Publicado el {{ .Count }}"
+ translation: "Publicado el {{ . }}"
- id: lastModified
- translation: "(Última modificación en {{ .Count }})"
+ translation: "(Última modificación en {{ . }})"
- id: translationsLabel
translation: "Otros idiomas: "
- id: translationsSeparator
diff --git a/i18n/fr.yaml b/i18n/fr.yaml
index a88fb46..4b68667 100644
--- a/i18n/fr.yaml
+++ b/i18n/fr.yaml
@@ -4,9 +4,9 @@
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
- translation: "Posté le {{ .Count }}"
+ translation: "Posté le {{ . }}"
- id: lastModified
- translation: "(Dernière modification le {{ .Count }})"
+ translation: "(Dernière modification le {{ . }})"
- id: translationsLabel
translation: "Autres langues : "
- id: translationsSeparator
diff --git a/i18n/it.yaml b/i18n/it.yaml
index 5d0a4e5..c863da6 100644
--- a/i18n/it.yaml
+++ b/i18n/it.yaml
@@ -4,9 +4,9 @@
- id: shortdateFormat
translation: "2 Jan 2006 15:04:05"
- id: postedOnDate
- translation: "Redatto il {{ .Count }}"
+ translation: "Redatto il {{ . }}"
- id: lastModified
- translation: "(Ultima modifica il {{ .Count }})"
+ translation: "(Ultima modifica il {{ . }})"
- id: translationsLabel
translation: "Altre lingue: "
- id: translationsSeparator
diff --git a/i18n/ja.yaml b/i18n/ja.yaml
index d7c0e26..f8603f2 100644
--- a/i18n/ja.yaml
+++ b/i18n/ja.yaml
@@ -4,9 +4,9 @@
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
- translation: "{{ .Count }}に投稿"
+ translation: "{{ . }}に投稿"
- id: lastModified
- translation: "(最終更新日時{{ .Count }})"
+ translation: "(最終更新日時{{ . }})"
- id: translationsLabel
translation: "翻訳:"
- id: translationsSeparator
diff --git a/i18n/nb.yaml b/i18n/nb.yaml
index e52d943..fa02605 100644
--- a/i18n/nb.yaml
+++ b/i18n/nb.yaml
@@ -4,9 +4,9 @@
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
- translation: "Postet {{ .Count }}"
+ translation: "Postet {{ . }}"
- id: lastModified
- translation: "(Sist endret {{ .Count }})"
+ translation: "(Sist endret {{ . }})"
- id: translationsLabel
translation: "Andre språk: "
- id: translationsSeparator
diff --git a/i18n/nl.yaml b/i18n/nl.yaml
index 548e37e..30c041d 100644
--- a/i18n/nl.yaml
+++ b/i18n/nl.yaml
@@ -4,9 +4,9 @@
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
- translation: "Gepost op {{ .Count }}"
+ translation: "Gepost op {{ . }}"
- id: lastModified
- translation: "(Laatst gewijzigd op {{ .Count }})"
+ translation: "(Laatst gewijzigd op {{ . }})"
- id: translationsLabel
translation: "Andere talen: "
- id: translationsSeparator
diff --git a/i18n/pl.yaml b/i18n/pl.yaml
index b320a20..4b41797 100644
--- a/i18n/pl.yaml
+++ b/i18n/pl.yaml
@@ -4,9 +4,9 @@
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
- translation: "Opublikowany {{ .Count }}"
+ translation: "Opublikowany {{ . }}"
- id: lastModified
- translation: "(Ostatnia modyfikacja {{ .Count }})"
+ translation: "(Ostatnia modyfikacja {{ . }})"
- id: translationsLabel
translation: "Inne języki: "
- id: translationsSeparator
diff --git a/i18n/ru.yaml b/i18n/ru.yaml
index e8fb69c..4bbb87b 100644
--- a/i18n/ru.yaml
+++ b/i18n/ru.yaml
@@ -4,9 +4,9 @@
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
- translation: "Опубликовано {{ .Count }}"
+ translation: "Опубликовано {{ . }}"
- id: lastModified
- translation: "(Последнее изменение {{ .Count }})"
+ translation: "(Последнее изменение {{ . }})"
- id: translationsLabel
translation: "Другие языки: "
- id: translationsSeparator
diff --git a/i18n/zh-CN.yaml b/i18n/zh-CN.yaml
index d303607..7777495 100644
--- a/i18n/zh-CN.yaml
+++ b/i18n/zh-CN.yaml
@@ -4,9 +4,9 @@
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
- translation: "发表于 {{ .Count }}"
+ translation: "发表于 {{ . }}"
- id: lastModified
- translation: "(上次修改时间 {{ .Count }})"
+ translation: "(上次修改时间 {{ . }})"
- id: translationsLabel
translation: "其它语言: "
- id: translationsSeparator
diff --git a/i18n/zh-TW.yaml b/i18n/zh-TW.yaml
index 8bd1f52..6d2436d 100644
--- a/i18n/zh-TW.yaml
+++ b/i18n/zh-TW.yaml
@@ -4,9 +4,9 @@
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
- translation: "發表於 {{ .Count }}"
+ translation: "發表於 {{ . }}"
- id: lastModified
- translation: "(最後修改於 {{ .Count }})"
+ translation: "(最後修改於 {{ . }})"
- id: translationsLabel
translation: "其他語言: "
- id: translationsSeparator