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
@@ -79,4 +79,8 @@ window.I18N_PAGE = {
de: "Zum Scout-Team", "de-CH": "Zum Scout-Team",
en: "To the Scout Team", fr: "Vers l'équipe Scouts", pt: "Para a equipe Scouts",
},
pr_foto_folgt: {
de: "Foto folgt", "de-CH": "Foto chunnt bald",
en: "Photo coming soon", fr: "Photo à venir", pt: "Foto em breve",
},
};