Hi, We have a toolkit library that we use in many pylons projects and it is outside of normal pylons project tree. Now we have problem, that we cannot get setup tools to extract messages outside of our pylons source tree to get localization also for toolkit.
our directory structure is basically like this: pylonsproject/ toolkit/ I tried to make symbolic link to toolkit dir to pylonsproject/pylonsproject/toolkit but it didn't work. Is it possible to read texts for pylons project from different directory to the same catalog where is pylon project translations? Or would it be possible to extract messages separately for toolkit and set pylons to use them in addition to pylonsproject/pylonsproject/i18n/pylonsproject.po stuff? We wold not like to do localizations same way that they are done with validators, by passing strings for message-keys to the functions. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
