Working state: Serbian at root (/), English at /en, proper i18n structure

This commit is contained in:
Neo
2026-03-04 08:48:13 +00:00
commit cbb49ba64f
51 changed files with 10050 additions and 0 deletions

53
src/i18n/messages/en.json Normal file
View File

@@ -0,0 +1,53 @@
{
"Navigation": {
"home": "Home",
"products": "Products",
"about": "About",
"contact": "Contact"
},
"Home": {
"hero": {
"title": "Premium Natural Oils",
"subtitle": "For hair and skin care"
},
"ticker": {
"text": "Free shipping on orders over 3000 RSD • Natural ingredients • Cruelty-free • Handmade with love"
},
"products": {
"title": "Our Products"
},
"bestsellers": {
"title": "Best Sellers"
},
"story": {
"title": "Our Story",
"description": "ManoonOils was born from a passion for natural beauty..."
},
"newsletter": {
"title": "Stay Updated",
"placeholder": "Enter your email",
"button": "Subscribe"
}
},
"Product": {
"addToCart": "Add to Cart",
"outOfStock": "Out of Stock",
"details": "Details",
"ingredients": "Ingredients",
"usage": "How to Use",
"related": "You May Also Like"
},
"Cart": {
"title": "Your Cart",
"empty": "Your cart is empty",
"continueShopping": "Continue Shopping",
"checkout": "Checkout",
"subtotal": "Subtotal",
"remove": "Remove"
},
"Footer": {
"quickLinks": "Quick Links",
"customerService": "Customer Service",
"copyright": "All rights reserved."
}
}