descriptionA tool to find duplicate and missing strings in Mac OS X software projects.
ownerPeter Hosey
last changeMon, 16 Jun 2008 22:46:02 -0700
changes
6 months agoPeter HoseyAdded a warning when a strings file isn't UTF-16. default tip
6 months agoPeter HoseyActually, I don't even need to call iter. Yay efficiency!
6 months agoPeter HoseyDuh. I can just use iter here.
6 months agoPeter HoseyAdded new-style BSD license.
6 months agoPeter HoseyForgot to clone this line, wherein we set could_not_read_last back to False.
6 months agoPeter HoseyAdded code to count all the problems found, and improved handling of no arguments for the benefit of our report of that count.
6 months agoPeter HoseyCome to think of it, I think single-quote strings are only valid in Python—they aren't valid plists. Fixing that.
6 months agoPeter HoseyAdded detection and reporting of keys that were present in the primary language but are missing in a translation.
6 months agoPeter HoseyChange these from %r to %s to make the output look better. That u prefix was bugging me.
6 months agoPeter HoseyAdded blank lines to the output in cases where we couldn't read one or more files. Also added “***” prefixes to the “Could not read” errors.
...
tags
...
branches
6 months agoc1c247e82db3default
...