Strings & Localization Checklist

Version: 2.0
Scope: i18n, string resources, and formatting rules.

NO hardcoded strings in code. Ever.

Checks

  • [ ] No string literals in UI code
  • [ ] No string literals in error messages
  • [ ] All strings defined as constants or resources
  • [ ] String IDs follow naming convention (SBtn*, SMsg*, SErr*)
  • [ ] Format strings use placeholders ({0}, %s), not concatenation
  • [ ] Language files exist for all supported locales (en, sl)
  • [ ] Translations complete for all strings

Version: 2.0 (Split)
Author: Wolfgang van der Stille

Back to Infrastructure Checklists | Review Checklists

Zuletzt geändert: on 2026/01/08 at 01:50 AM