I need to translate the theme.
I executed all these
1. go to the template directory and run this command:
find . -iname "*.php" > files.tmp
2. After that run following command:
xgettext --language=PHP --indent --keyword=__ --keyword=_e --keyword=_ngettext:1,2 -s -n --from-code=UTF8 -f files.tmp
3. Remember to replace all special chars to entities!
4. You should get an *.po file which can be translated and changed to the *.mo file used in Wordpress
But now where I have to put the .mo file and which name I have to give to make it work?