diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-15 17:30:01 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-15 17:30:01 +0200 |
| commit | f14342001ef1fb15e697ea2c23e3cc91b3c21683 (patch) | |
| tree | 562790cf590adeb129f971b9e86a3666350d5590 /i18n/en.yaml | |
| parent | 7c8971eb481cea544987d4b9ddcb8064d9087766 (diff) | |
| download | danixxyz-f14342001ef1fb15e697ea2c23e3cc91b3c21683.tar.gz danixxyz-f14342001ef1fb15e697ea2c23e3cc91b3c21683.zip | |
Remove Alpine.js dependency from menu toggle, use vanilla JavaScript
- Replace Alpine.js directives (@click, x-ref) with vanilla JS
- Update hamburger-menu.html to use id selectors instead of x-ref
- Rewrite menu.js to work without Alpine.js
- Menu now opens/closes on click with proper event handling
- Language toggle now accessible in hamburger menu
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to 'i18n/en.yaml')
| -rw-r--r-- | i18n/en.yaml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 0000000..cd061c0 --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,51 @@ +# Navigation & UI +articles: "Articles" +about: "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" |
