hugo-theme-contentful/i18n/en.toml
Gabriel Arazas 3bfcecb51c Improve the pagination
As much as I avoid creating custom partials, it seem it is not possible
with this component since it has gotten a bit bigger than I expected.

The pagination component is a modified version of the internal
pagination template but smarter. One of the major change is it will only
apply ellipses if it has more than one page to skip. Also, it is easier
to configure now that it is refactored to be one. Last but not least, it
has comments. :)
2020-10-24 03:09:11 +08:00

30 lines
376 B
TOML

# Content
[published_by]
other = "Authors"
[published_on]
other = "Created"
[updated_on]
other = "Updated"
[available_translations]
other = "Translations"
[table_of_contents]
other = "Table of contents"
# General
[and]
other = "and"
[back_to_home]
other = "Back to home"
[multilingual]
other = "Available in other languages"
[page_not_found]
other = "Page not found"