>While gettext is in the PATH, I get the following javascript errors >browsing an admin page with calendar and DateTime widgets:
JavaScript doesn't have anything to do with PATH ;-) You need to check what is in the pages - if you for example overloaded admin templates with your own, you will need to add the link tag for the /admin/jsi18n/ url - that's the JavaScript library that is loaded for admin pages that need translations. bye, Georg

