cashapp / AccessibilitySnapshot

Easy regression testing for iOS accessibility
Apache License 2.0
534 stars 65 forks source link

Add CI job to validate localized strings files #201

Closed NickEntin closed 5 months ago

NickEntin commented 5 months ago

This ensures we don't forget to update a strings file when adding new descriptions.

NickEntin commented 5 months ago

Does this confirm that for every localized string defined in a swift file there is a matching key in a strings file?

Yep, exactly! And also that there aren't duplicate keys.