Add staticman support (static comments coupled with Github pull request)

This commit is contained in:
badele 2017-11-17 22:57:41 +01:00
commit 8a0d06525d
16 changed files with 264 additions and 7 deletions

View file

@ -1,6 +1,8 @@
# Content
- id: dateFormat
translation: "02.01.2006"
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
translation: "Gepostet am {{ .Count }}"
- id: translationsLabel

View file

@ -1,6 +1,8 @@
# Content
- id: dateFormat
translation: "January 2, 2006"
- id: shortdateFormat
translation: "Jan 2, 2006 15:04:05"
- id: postedOnDate
translation: "Posted on {{ .Count }}"
- id: translationsLabel
@ -37,4 +39,3 @@
translation: "Search {{ .Site.Title }}"
- id: gcseClose
translation: "Close"

View file

@ -1,6 +1,8 @@
# Content
- id: dateFormat
translation: "2 de enero, 2006"
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
translation: "Publicado el {{ .Count }}"
- id: translationsLabel

View file

@ -1,6 +1,8 @@
# Content
- id: dateFormat
translation: "January 2, 2006"
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
translation: "Posté le {{ .Count }}"
- id: translationsLabel

View file

@ -1,6 +1,8 @@
# Content
- id: dateFormat
translation: "2006年1月2日"
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
translation: "{{ .Count }}に投稿"
- id: translationsLabel
@ -35,4 +37,3 @@
translation: "{{ .Site.Title }}を検索"
- id: gcseClose
translation: "閉じる"

View file

@ -1,6 +1,8 @@
# Content
- id: dateFormat
translation: "02.01.2006"
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
translation: "Opublikowany {{ .Count }}"
- id: translationsLabel
@ -37,4 +39,3 @@
translation: "Szukaj {{ .Site.Title }}"
- id: gcseClose
translation: "Zamknij"

View file

@ -1,6 +1,8 @@
# Content
- id: dateFormat
translation: "Январь 2, 2006"
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
translation: "Опубликовано {{ .Count }}"
- id: translationsLabel
@ -37,4 +39,3 @@
translation: "Поиск по {{ .Site.Title }}"
- id: gcseClose
translation: "Закрыть"

View file

@ -1,6 +1,8 @@
# Content
- id: dateFormat
translation: "January 2, 2006"
- id: shortdateFormat
translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
translation: "发表于 {{ .Count }}"
- id: translationsLabel
@ -37,4 +39,3 @@
translation: "搜索 {{ .Site.Title }}"
- id: gcseClose
translation: "关闭"