Rubustrings
Rubustrings copied to clipboard
Check Localizable.strings files of iOS Apps
Please document/advice how to add `--onlyformat` in the run script of my build phase
Maybe we should allow comments in `.strings` file. This PR will ignore single-line, multi-line, and `#` character comment lines.
in Localizable.strings, there is a line like this. "Turn off airplane mode or use Wi-Fi to access %@." = "Отключить режим "в самолете" или использовать Wi-Fi для доступа к %@.";...
@dcordero if a localizable.string file is empty, maybe it should just a warning, not an error ? thanks. https://github.com/dcordero/Rubustrings/blob/7852877e82af8e4457cdfa4ac8e70badca846fa8/lib/rubustrings/action.rb#L44