From: Danilo M. Date: Wed, 15 Apr 2026 13:44:27 +0000 (+0200) Subject: feat: create English i18n strings X-Git-Tag: release_22042026-1342~275 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=2e5ba6b954db4c8ca0f59840e9220a672d4e0366;p=danix.xyz-2.git feat: create English i18n strings --- 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"