Add support for pagination (fixes #81)
This commit is contained in:
16
i18n/en.toml
16
i18n/en.toml
@ -34,10 +34,12 @@ featured = "Featured"
|
||||
feed = "Feed"
|
||||
file_an_issue = "File an Issue"
|
||||
filter_by_tag = "Filter by tag"
|
||||
first = "First"
|
||||
go_to_top = "Go to Top"
|
||||
hot = "Hot"
|
||||
important = "Important"
|
||||
language = "Language"
|
||||
last = "Last"
|
||||
load_comments = "Load Comments"
|
||||
loading = "Loading"
|
||||
many_minutes_read = "$NUMBER minutes read"
|
||||
@ -46,7 +48,7 @@ many_tags = "$NUMBER tags in total"
|
||||
minutes_read = "$NUMBER minute read"
|
||||
newest_to_oldest = "From newest to oldest"
|
||||
next = "Next"
|
||||
no_comments = "No comments yet :/"
|
||||
no_comments = "No Comments yet :/"
|
||||
note = "Note"
|
||||
one_posts = "$NUMBER post in total"
|
||||
one_tags = "$NUMBER tag in total"
|
||||
@ -63,18 +65,18 @@ repo = "Repository"
|
||||
search = "Search"
|
||||
search_for = "Search for"
|
||||
share = "Share"
|
||||
skip_to_content = "Skip to main content"
|
||||
skip_to_content = "Skip to Main Content"
|
||||
source = "Website source"
|
||||
table_of_contents = "Table of Contents"
|
||||
tags = "tags"
|
||||
tags_title = "Tags"
|
||||
theme = "Theme"
|
||||
theme_dark = "Switch to dark theme"
|
||||
theme_light = "Switch to light theme"
|
||||
theme_system = "Use system theme"
|
||||
theme_dark = "Switch to Dark Theme"
|
||||
theme_light = "Switch to Light Theme"
|
||||
theme_system = "Use System Theme"
|
||||
tip = "Tip"
|
||||
trigger_warning = "Trigger Warning"
|
||||
updated = "Updated on"
|
||||
view_comment = "View comment at"
|
||||
view_profile = "View profile at"
|
||||
view_comment = "View Comment At"
|
||||
view_profile = "View Profile At"
|
||||
warning = "Warning"
|
||||
|
Reference in New Issue
Block a user