Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff41ed120f | ||
|
|
fc902768a1 | ||
|
|
94eac68da4 | ||
|
|
557528d85a | ||
|
|
2f90534877 |
@@ -0,0 +1 @@
|
|||||||
|
https://Lago:3aa251da1ae9baed184c38dacd54efc58c98cfa8@git.lago.dev
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -206,7 +206,7 @@ Before going live, verify:
|
|||||||
|
|
||||||
1. **Premium Quality**: "Handverlesene Premium-Sportwagen"
|
1. **Premium Quality**: "Handverlesene Premium-Sportwagen"
|
||||||
2. **Transparency**: "Faire Kaution, transparent, sofort startklar"
|
2. **Transparency**: "Faire Kaution, transparent, sofort startklar"
|
||||||
3. **Accessibility**: "24/7 Support, Vollkasko, kein Überziehen"
|
3. **Accessibility**: "Vollkasko, kein Überziehen"
|
||||||
4. **Local Expertise**: "Die beste Sportwagenvermietung in der Steiermark"
|
4. **Local Expertise**: "Die beste Sportwagenvermietung in der Steiermark"
|
||||||
|
|
||||||
These messages should be reinforced across:
|
These messages should be reinforced across:
|
||||||
|
|||||||
@@ -124,6 +124,8 @@ async function loadVehicles() {
|
|||||||
|
|
||||||
state.vehicles = data || [];
|
state.vehicles = data || [];
|
||||||
statCarsCount.textContent = state.vehicles.length;
|
statCarsCount.textContent = state.vehicles.length;
|
||||||
|
statCarsLabel.dataset.i18n = state.vehicles.length > 1 ? 'statCars' : 'statCar';
|
||||||
|
applyI18n();
|
||||||
|
|
||||||
// Load vehicle photos
|
// Load vehicle photos
|
||||||
if (state.vehicles.length > 0) {
|
if (state.vehicles.length > 0) {
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ export const translations = {
|
|||||||
|
|
||||||
statDeposit: "Faire Kaution",
|
statDeposit: "Faire Kaution",
|
||||||
statCars: "Fahrzeuge",
|
statCars: "Fahrzeuge",
|
||||||
|
statCar: "Fahrzeug",
|
||||||
|
|
||||||
fleetTitle: "Handverlesen. Gepflegt. Startklar.",
|
fleetTitle: "Handverlesen. Gepflegt. Startklar.",
|
||||||
fleetSub: "Filtern Sie nach Marke und Preis. Klicken Sie für Details oder buchen Sie direkt.",
|
fleetSub: "Filtern Sie nach Marke und Preis. Klicken Sie für Details oder buchen Sie direkt.",
|
||||||
@@ -248,6 +249,7 @@ export const translations = {
|
|||||||
|
|
||||||
statDeposit: "Fair Deposit",
|
statDeposit: "Fair Deposit",
|
||||||
statCars: "Vehicles",
|
statCars: "Vehicles",
|
||||||
|
statCar: "Vehicle",
|
||||||
|
|
||||||
fleetTitle: "Hand-picked. Maintained. Ready.",
|
fleetTitle: "Hand-picked. Maintained. Ready.",
|
||||||
fleetSub: "Filter by brand or price. Click for details or book directly.",
|
fleetSub: "Filter by brand or price. Click for details or book directly.",
|
||||||
|
|||||||
+1
-1
@@ -135,7 +135,7 @@
|
|||||||
|
|
||||||
<div class="hero-stats">
|
<div class="hero-stats">
|
||||||
<div><strong data-i18n="statDeposit">Faire Kaution</strong><span>Fair Deposit</span></div>
|
<div><strong data-i18n="statDeposit">Faire Kaution</strong><span>Fair Deposit</span></div>
|
||||||
<div><strong id="statCarsCount">–</strong><span data-i18n="statCars">Fahrzeuge</span></div>
|
<div><strong id="statCarsCount">–</strong><span id="statCarsLabel" data-i18n="statCar">Fahrzeug</span></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user