Recently in our manual translations, we had multiple semicolons that caused the syncing with translatewiki to crash (and caused translations to fall back to English). Our PR tests should catch this before we merge.
Write a unit test in TWNStrings.tests.m that:
- Loops through all the Wikipedia/Localizations/{langcode}.lproj/Localizable.strings files and counts the number of semicolons at the end of a line. Fail if the count does not equal 1.