Currently "update all languages" in admin updates *.bak files, too. Suppose I have ja.py in the languages directory, delete some items on the web2py's web editor, and update. Yes, these items are now deleted from the file. But, when I hit "update all languages" later, those deleted items in ja.bak get back into the ja.py file.
I'd like to know what would be the right way to avoid this situation. - Is there a way to delete *.bak files within web2py? (I'm currently doing it by hand on shell.) - Isn't it good to change the source code of web2py.gluon.languages.update_all_languages so that *.bak files are excluded from updating the translation files? Cheers, Teru --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---