[i18n-A] i18n-Infrastruktur: Locales-Loader + t()-Helper + <html lang> #72
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
Sub-Issue A von #71 (Multi-Language Epic) - Milestone Multi-Language MVP
Ziel
Technische Grundlage fuer Uebersetzungen. Keine UI-Aenderungen, nur Infrastruktur. B, C, D, E, F bauen auf A auf.
Akzeptanzkriterien
app/Locales/mit 4 Dateien:de.php,uk.php,ru.php,en.php$GLOBALS['__locale'] = [ ... ]app/Helpers/i18n.phpmitt(string $key, ?array $vars = null): stringt()faellt auf DE zurueck bei fehlendem Key (kein Notice/Warning)current_locale(): stringundset_locale(string $locale): voidhaus-schleusingen.htmlrendert<html lang="<?= current_locale() ?>">og:localereagiert auf Locale (Placeholder, echte Texte in C)t("haus.titel")aus jeder Datei liefert non-empty StringDoR
Out-of-Scope
Abhaengigkeiten