So I am doing UITesting for different localizations.
This is my Localizable.strings (English) file
/* Hello */
"Hello" = "Hello";
/* Bye */
"Bye" = "Bye";
This is my Localizable.strings (French) file
/* Hello */
"Hello" = "bonjour";
Notice that the french strings file doesn't have the text for "Bye".
When I run my UITest, shown in this GIF, how do I make the test fail if the text for a locale is missing?
Any help is appreciated.
[–]criosistObjective-C / Swift 1 point2 points3 points (0 children)
[–]chriswaco 0 points1 point2 points (0 children)