diff options
author | HombreLaser <sebastian-440@live.com> | 2023-09-12 15:45:15 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-09-12 15:45:15 -0600 |
commit | 3c99a591d807d4c1f62b60d4da3ed8bbe62cb1d2 (patch) | |
tree | 05acb67e2c8a9aa63621046458341326f8eb6436 /_i18n/en.yml | |
parent | b1c2648bd0aa853e0b50959d803d1fd905374cca (diff) |
Add missing internationalization
Diffstat (limited to '_i18n/en.yml')
-rw-r--r-- | _i18n/en.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_i18n/en.yml b/_i18n/en.yml index 7b354a9..01f5f96 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -9,6 +9,11 @@ global: source_code: Source code personal_git_repository: Personal git repository github: Github + newer: Newer + older: Older + page: "Page:" + of: of + what_else_to_read: "What else to read" about_me_page: presentation: "Hi, I'm currently a computer sciences student." interests: "My interests (and what I'll write about for the most part) are:" @@ -41,3 +46,6 @@ about_page: copyright_notice: Copyright copyright_notice_text_first_part: "All of this site's content under my authorship (images, text and code) are under a Creative Commons Attribution-NonCommercial-No Derivatives" copyright_notice_text_second_part: " You can share the content presented herein, via a copy of it in a different website, in printed form or in any other possible medium, requiring only to provide credit, via sharing the URL of the content hosted in this site or just the url of the site, but you can't make derivative works nor use the content presented here in a commercial capacity. The code related to the used jekyll theme, is under a CC-BY license." +not_found_page: + not_found: "Page not found" + not_found_message: "The page you were looking for couldn't be found" |