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:
@@ -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",
|
||||
},
|
||||
};
|
||||
|
||||
@@ -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