|
Is there a way to extract the strings in Javascript messages into the po file so I can translate them easily? Now, when I use Django's translation mechanism with Now, I replace the strings in files but I think it's not a good way. And when I change the string, I noticed that the js files are ANSI coded. So, I also need to change it to UTF8. Thanks for any ideas. |