I'm trying to convert ".po" to ".pot" file. I found this command but it does not work for me...
msgfilter -i name.po -o new.pot true
(msgfilter and name.po I have the same folder)
I tested it but it does not work either
msgfilter -i C:\Users\Windows\Desktop\test\bin\name.po -o C:\Users\Windows\Desktop\test\bin\new.pot true
I use:
Please help me thx.