If someone would want to create a script that checks the last-changed svn
revision of .rc files against the corresponding English resource file, I
could put that on
reactos.org and have it run once or twice a day and put
the results on the website.
If no one else wants to I would do it, when I have a bit more time.
Royce Mitchell III schrieb:
The best way to accomplish this, IMHO, is to feed the
results of "svn
blame" into a utility that can do those comparisons for you, and give
you a list of what non-english strings are missing or older than the
english strings.
Don't see how svn blame could be usefull here. You just need a paser
that generates mysql database entries from rc files and run him
everytime one of the files changes.
Maarten Bosma