Continue previous commit

This commit is contained in:
daudix
2024-06-20 09:03:46 +03:00
parent 40b1895618
commit 37e0939391
6 changed files with 24 additions and 21 deletions

View File

@ -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"