1 repository
Verifies that view model outputs produce correct localized strings and accessible interfaces across all supported languages.
Distinct from Accessibility Testing: Distinct from Accessibility Testing: adds localization string correctness verification to accessibility testing.
Explore 1 awesome GitHub repository matching testing & quality assurance · Localization Verification. Refine with filters or upvote what's useful.
This is the open-source iOS application for Kickstarter, a platform that lets users discover and back creative projects, manage pledges, and track campaign updates from their mobile device. The app is built around a view model architecture that maps input signals to output signals in a pure functional core, isolating side effects to the boundary layer for testability. The project employs a reactive view model pattern with signal-driven state management, using Swift protocols for component design to enable dependency injection and mock-based testing. User interfaces are assembled entirely in c
Verifies that view model outputs produce correct localized strings and accessible interfaces across all supported languages.