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:
@@ -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",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user