> As I expected, all files were recompiled and the .PYC were recreated. > But when I started Trac process again, all labels and error messages > were still in english. :( I don't know what else need to be done.
For development, it's easier to modify the files in-place rather than installing them each time you modify them. You can use tracd with the "-r" option to automatically reload Trac when a file is updated, so you can see in real time the changes you made to the file(s). Simply edit the files where you have download/checked them out and run tracd from this directory. No installation is required with 0.10.x HTH, Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
