diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-15 15:44:27 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-15 15:44:27 +0200 |
| commit | 2e5ba6b954db4c8ca0f59840e9220a672d4e0366 (patch) | |
| tree | 04258bd132cc8b41111c378463b7722a30a0738e /themes | |
| parent | 8a1b50d30afea20a2e680a6a926d9dfdf6d12992 (diff) | |
| download | danixxyz-2e5ba6b954db4c8ca0f59840e9220a672d4e0366.tar.gz danixxyz-2e5ba6b954db4c8ca0f59840e9220a672d4e0366.zip | |
feat: create English i18n strings
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/danix-xyz-hacker/i18n/en.yaml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/themes/danix-xyz-hacker/i18n/en.yaml b/themes/danix-xyz-hacker/i18n/en.yaml new file mode 100644 index 0000000..164b6a8 --- /dev/null +++ b/themes/danix-xyz-hacker/i18n/en.yaml @@ -0,0 +1,51 @@ +# Navigation & UI +articles: "Articles" +is: "About" +here: "Contact" +legal: "Privacy" +language: "Language" +toggleTheme: "Theme" +toggleMenu: "Menu" +closeMenu: "Close" +email: "Email" +contact: "Contact" +links: "Links" +allRightsReserved: "All rights reserved." + +# Articles +readMore: "Read more" +published: "Published" +updated: "Updated" +readingTime: "reading time" +min: "min" +author: "Author" +category: "Category" +tags: "Tags" +relatedPosts: "Related articles" +noRelated: "No related articles." + +# Article types +life: "Life" +photo: "Photo" +link: "Link" +quote: "Quote" +tech: "Tech" + +# Sharing +share: "Share" +shareOn: "Share on" +copyLink: "Copy link" +twitter: "Twitter" +facebook: "Facebook" + +# Forms +name: "Name" +message: "Message" +submit: "Send" +sending: "Sending..." +success: "Message sent successfully!" +error: "An error occurred. Please try again." + +# Social +follow: "Follow me" +contactMe: "Contact me" |
