Continue previous commit
This commit is contained in:
12
i18n/en.toml
12
i18n/en.toml
@ -1,6 +1,5 @@
|
||||
language_name = "English" # Shown in language picker for multi-language sites.
|
||||
date_locale = "en_GB"
|
||||
full_stop = "." # Used at the end of a sentence.
|
||||
date_locale = "en-GB"
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.nav.links and config.extra.footer.links.
|
||||
@ -8,7 +7,6 @@ Blog = "Blog"
|
||||
Demo = "Demo"
|
||||
Repo = "Repo"
|
||||
|
||||
anchor_link = "Anchor link for"
|
||||
archived = "Archived"
|
||||
author = "Author"
|
||||
blog_post_author = "Blog post author"
|
||||
@ -34,13 +32,15 @@ newest_to_oldest = "From newest to oldest"
|
||||
open_post = "Open Post"
|
||||
page_next = "Next"
|
||||
page_previous = "Previous"
|
||||
posts_in_total = "posts in total"
|
||||
posts = "$NUMBER posts"
|
||||
one_posts = "$NUMBER post"
|
||||
many_posts = "$NUMBER posts"
|
||||
posts_with_tag = "Posts with tag"
|
||||
see_all_tags = "See all tags"
|
||||
skip_to_content = "Skip to main content"
|
||||
table_of_contents = "Table of Contents"
|
||||
tags = "Tags"
|
||||
tags_in_total = "tags in total"
|
||||
tags_title = "Tags"
|
||||
tags = "tags"
|
||||
trigger_warning = "Trigger Warning"
|
||||
view_comment = "View comment at"
|
||||
view_profile = "View profile at"
|
||||
|
Reference in New Issue
Block a user