Hi guys,
New release for Transvision, the new main features in this release are:
End user visible changes
* New experimental feature: You can now see all the translated access
keys that are potentially wrong for your locale. If you see a redish
square next to your access key letter such as this one : , it means
that there is a space in your string and the access key may not work.
* Access keys are now part of search results
* Experimental views are now linked in the footer of the site
Developer visible changes
* Fixed a regression on the JSON api results (double quotes no longer
escaped and breaking JSON format).
* Added back proper JSONP support activated with the callback GET
parameter, sent with the application/javascript Mime type.
The interesting new feature for localizers is the accesskey page check
that tries to find common errors (empty accesskey, use of a letter for
the accesskey that is not in your translation, extra spaces in the
accesskey making the accesskey actually not work...).
Here is an example with French:
http://transvision.mozfr.org/accesskeys/?locale=fr&channel=central
Some locales just have a few errors, some locales have a lot of errors,
some locales are just copying the en-US accesskeys which I think is the
right solution if your users don't use a latin script but use an English
keyboard.
Cheers
Pascal