====== Strings & Localization Checklist ====== **Version:** 2.0\\ **Scope:** i18n, String Resources und Formatting Rules. **KEINE hardcoded Strings im Code. Niemals.** ===== Checks ===== * [ ] Keine String-Literale in UI Code * [ ] Keine String-Literale in Error Messages * [ ] Alle Strings als Constants oder Resources definiert * [ ] String IDs folgen Naming Convention (''SBtn*'', ''SMsg*'', ''SErr*'') * [ ] Format Strings verwenden Placeholders (''{0}'', ''%s''), keine Konkatenation * [ ] Language Files existieren für alle supported Locales (en, sl) * [ ] Translations komplett für alle Strings ---- //Version: 2.0 (Split)//\\ //Autor: Wolfgang van der Stille// Zurück zu [[.:start|Infrastruktur Checklists]] | [[..:start|Review Checklists]] ~~DISCUSSION:off~~