mirror of https://github.com/jpanther/congo.git
🌐 Add placeholder i18n strings
parent
b4cbe9122b
commit
e1974344be
|
@ -6,6 +6,9 @@ article:
|
||||||
one: "{{ .Count }} min"
|
one: "{{ .Count }} min"
|
||||||
other: "{{ .Count }} min"
|
other: "{{ .Count }} min"
|
||||||
reading_time_title: "Lesezeit"
|
reading_time_title: "Lesezeit"
|
||||||
|
# word_count:
|
||||||
|
# one: "{{ .Count }} word"
|
||||||
|
# other: "{{ .Count }} words"
|
||||||
|
|
||||||
author:
|
author:
|
||||||
byline_title: "Autor"
|
byline_title: "Autor"
|
||||||
|
|
|
@ -6,6 +6,9 @@ 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:
|
||||||
|
# one: "{{ .Count }} word"
|
||||||
|
# other: "{{ .Count }} words"
|
||||||
|
|
||||||
author:
|
author:
|
||||||
byline_title: "Autor"
|
byline_title: "Autor"
|
||||||
|
|
|
@ -6,6 +6,9 @@ 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"
|
||||||
|
# word_count:
|
||||||
|
# one: "{{ .Count }} word"
|
||||||
|
# other: "{{ .Count }} words"
|
||||||
|
|
||||||
author:
|
author:
|
||||||
byline_title: "Auteur"
|
byline_title: "Auteur"
|
||||||
|
|
|
@ -6,6 +6,9 @@ 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"
|
||||||
|
# word_count:
|
||||||
|
# one: "{{ .Count }} word"
|
||||||
|
# other: "{{ .Count }} words"
|
||||||
|
|
||||||
author:
|
author:
|
||||||
byline_title: "Autor"
|
byline_title: "Autor"
|
||||||
|
|
Loading…
Reference in New Issue