I'm currently working on localizing JS ru_RU stuff, and I've included it into my "checkit.py" tool to allow combine/expand for easier editing.
While reading & translating the resulting file I found something that should really be blacklisted - there're many CSS styles (or part of styles) out there! I don't think it would benefit the end user if a translator (say, not knowing HTML/CSS at all) translates things like "{width}px" to {width}something".
I can include this to checkit.py report/blacklist actions (currently only combine/expand actions are aware of JS files).
|