diff options
Diffstat (limited to 'i18n/en.toml')
| -rw-r--r-- | i18n/en.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index 4fadaee..dc49095 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -11,6 +11,7 @@ default_description = "All posts in {{ . }}" empty = "No posts in this section." reading_time= "Estimated reading time: {{ . }} min" + word_count = "{{ . }} words" [pagination] current = "Current page" @@ -21,6 +22,8 @@ previous_page = "Previous page" [posts] + all_description = "All posts on this website, from newest to oldest." + empty = "This site does not have any posts yet." name = "Posts" navigation = "Post navigation" next = "Next post:" |
