View Single Post
Old 01-29-2012, 12:38 PM   #198
JustAMan
Groupie
JustAMan doesn't litterJustAMan doesn't litter
 
JustAMan's Avatar
 
Posts: 153
Karma: 113
Join Date: Jan 2012
Location: Russia
Device: Kindle Touch
I don't know Perl and I'm scared by its syntax
So I may only guess what your script does. Am I right that it sorts lexicographically by "file path#property name=property value" string?

Assuming I was right deducing what your script does I reworked my checkit.py output.
Now it does:
1) sorting by folder name (e.g. com.amazon.*)
2) then by file name (e.g. BlogHomeWidget*)
3) then by property name

I also tried making the output better human-readable. Give it a try, I've just pushed it to bitbucket.

Quote:
(Yes, I'm still using the de locale, because a) i know it, and b) ru_RU is not at 100%, so does not include all strings).
Then you must be extra-cautious as you've already pointed out there's some stuff in de_DE locale that is translated, but still equal to en_US. For example some button labels which state "OK".
JustAMan is offline   Reply With Quote