13 lines
247 B
TOML
13 lines
247 B
TOML
|
[translations]
|
||
|
other = 'Translations'
|
||
|
[languages]
|
||
|
other = 'Languages'
|
||
|
|
||
|
[readMore]
|
||
|
other = 'Read More'
|
||
|
|
||
|
[wordCount]
|
||
|
other = 'This article has {{ .WordCount }} words.'
|
||
|
[readingTime]
|
||
|
one = 'One minute to read.'
|
||
|
other = '{{ .Count }} minutes to read.'
|