[PyPalm] 0.20.17 released
Today I released PyPalm version 0.20.17 and it adds one bugfix and one feature:
The bugfix fixes the issue that one could encode the $L() call with single quotes instead of double quotes - both can now be used. The feature was proposed by Johan in the comments of this entry and adds a default text (which is the key) for each untranslated item and prepends the key with “_%_” so that when preparing your application for translation you see if you found every string that needs localization.
As a last step I added backwards compatibility for all those people without Python 2.6 and no built-in json support. If you have at least simplejson installed everything should be fine.
But please, feel free to report any bugs!