summaryrefslogtreecommitdiff
path: root/i18n/en.toml
Commit message (Collapse)AuthorAge
* Add audio support for entries on capsuleNicholas Johnson4 days
|
* Add audio support for entries on websiteNicholas Johnson4 days
|
* Remove arbitrary chars inside i18n stringsNicholas Johnson4 days
| | | | | ReadingTime is directly passed to the i18n fn, so the correct format for the i18n string is simply "{{ . }}", not "{{ .Count }}".
* Add missing hyphen to pageinfo partialNicholas Johnson2025-02-05
| | | | | The compound modifier hyphen in 'X minute read' for the English language translation was missing.
* Create custom 404 page for HTML2024.05.20Nicholas Johnson2024-05-20
| | | | | In Gemini, the equivalent status code is 51. It does not return a response body, so no equivalent page was created for Gemini.
* Correct English i18n stringNicholas Johnson2024-05-02
|
* Rename links var to referencesNicholas Johnson2023-08-02
|
* Add multilingual support for index pagesNicholas Johnson2023-08-01
|
* Add multilingual support for single pagesNicholas Johnson2023-08-01
|
* Add multilingual support for sectionsNicholas Johnson2023-08-01
|
* Add multilingual support for taxonomiesNicholas Johnson2023-08-01
|
* Add multilingual support for homepage linkNicholas Johnson2023-07-31
|
* Add multilingual support for reading timeNicholas Johnson2023-07-31