mirror of https://github.com/jpanther/congo.git
🌐 Add i18n 'Updated' strings
parent
9cb868fcbf
commit
850fc65b1b
|
@ -6,6 +6,7 @@ article:
|
||||||
one: "{{ .Count }} min"
|
one: "{{ .Count }} min"
|
||||||
other: "{{ .Count }} min"
|
other: "{{ .Count }} min"
|
||||||
reading_time_title: "Lesezeit"
|
reading_time_title: "Lesezeit"
|
||||||
|
# updated: "Updated"
|
||||||
# word_count:
|
# word_count:
|
||||||
# one: "{{ .Count }} word"
|
# one: "{{ .Count }} word"
|
||||||
# other: "{{ .Count }} words"
|
# other: "{{ .Count }} words"
|
||||||
|
|
|
@ -6,6 +6,7 @@ article:
|
||||||
one: "{{ .Count }} min"
|
one: "{{ .Count }} min"
|
||||||
other: "{{ .Count }} mins"
|
other: "{{ .Count }} mins"
|
||||||
reading_time_title: "Reading time"
|
reading_time_title: "Reading time"
|
||||||
|
updated: "Updated"
|
||||||
word_count:
|
word_count:
|
||||||
one: "{{ .Count }} word"
|
one: "{{ .Count }} word"
|
||||||
other: "{{ .Count }} words"
|
other: "{{ .Count }} words"
|
||||||
|
|
|
@ -6,9 +6,10 @@ article:
|
||||||
one: "{{ .Count }} min"
|
one: "{{ .Count }} min"
|
||||||
other: "{{ .Count }} mins"
|
other: "{{ .Count }} mins"
|
||||||
reading_time_title: "Tiempo de lectura"
|
reading_time_title: "Tiempo de lectura"
|
||||||
# word_count:
|
updated: "Actualizado"
|
||||||
# one: "{{ .Count }} word"
|
word_count:
|
||||||
# other: "{{ .Count }} words"
|
one: "{{ .Count }} palabra"
|
||||||
|
other: "{{ .Count }} palabras"
|
||||||
|
|
||||||
author:
|
author:
|
||||||
byline_title: "Autor"
|
byline_title: "Autor"
|
||||||
|
|
|
@ -6,6 +6,7 @@ article:
|
||||||
one: "{{ .Count }} min"
|
one: "{{ .Count }} min"
|
||||||
other: "{{ .Count }} mins"
|
other: "{{ .Count }} mins"
|
||||||
reading_time_title: "Temps de lecture"
|
reading_time_title: "Temps de lecture"
|
||||||
|
# updated: "Updated"
|
||||||
# word_count:
|
# word_count:
|
||||||
# one: "{{ .Count }} word"
|
# one: "{{ .Count }} word"
|
||||||
# other: "{{ .Count }} words"
|
# other: "{{ .Count }} words"
|
||||||
|
|
|
@ -6,6 +6,7 @@ article:
|
||||||
one: "{{ .Count }} minuto"
|
one: "{{ .Count }} minuto"
|
||||||
other: "{{ .Count }} minutos"
|
other: "{{ .Count }} minutos"
|
||||||
reading_time_title: "Tempo de leitura"
|
reading_time_title: "Tempo de leitura"
|
||||||
|
# updated: "Updated"
|
||||||
# word_count:
|
# word_count:
|
||||||
# one: "{{ .Count }} word"
|
# one: "{{ .Count }} word"
|
||||||
# other: "{{ .Count }} words"
|
# other: "{{ .Count }} words"
|
||||||
|
|
|
@ -5,6 +5,7 @@ article:
|
||||||
reading_time:
|
reading_time:
|
||||||
other: "{{ .Count }} 分钟"
|
other: "{{ .Count }} 分钟"
|
||||||
reading_time_title: "预计阅读"
|
reading_time_title: "预计阅读"
|
||||||
|
# updated: "Updated"
|
||||||
word_count:
|
word_count:
|
||||||
one: "{{ .Count }} 字"
|
one: "{{ .Count }} 字"
|
||||||
other: "{{ .Count }} 字"
|
other: "{{ .Count }} 字"
|
||||||
|
|
Loading…
Reference in New Issue