- Report each unlocalized string as a separate error
- Make validate fail if there is unlocalized text with an option to turn it off
- Update Cargo.toml to say 0.1.7 too
- Carry along the extension for Windows binary
- Add sample i/p & o/p to readme
- Better documentation
- Host gzipped executable in github releases
Automating Github releases using TravisCI (took some attempts :))
Initial release
- Write out texts to be localized to a CSV file (grouped by locales missing the same texts)
- Fill out XMLs from localized texts from a CSV file (grouped by locales missing the same texts)
- Perform some really naive/corner-cases filled regex based validations