Fix: "Foto folgt"-Platzhalter (Bild-Fehler-Fallback) i18n-fähig gemacht

Gefunden bei systematischem Re-Check aller Seiten: der Platzhaltertext
für fehlgeschlagene Bilder auf index.html (Foto-Collage) und profil.html
war hart kodiert Deutsch. Jetzt über window.dogiUebersetzen() gelöst.
This commit is contained in:
2026-08-02 13:05:59 +02:00
parent 4cda20a785
commit b0871a8a02
4 changed files with 11 additions and 2 deletions
+4
View File
@@ -257,4 +257,8 @@ window.I18N_PAGE = {
de: "Status gerade nicht abrufbar", "de-CH": "Status grad nöd abrufbar",
en: "Status currently unavailable", fr: "Statut actuellement indisponible", pt: "Status indisponível no momento",
},
idx_foto_folgt: {
de: "Foto folgt", "de-CH": "Foto chunnt bald",
en: "Photo coming soon", fr: "Photo à venir", pt: "Foto em breve",
},
};