cd /path/to/my/project
bash Messages.sh
Does not really work and then they are a bit stalled.
The answer is quite simple, but you need to know it ;-) You have to run the extract-messages.sh script that lives in the l10n-kde4/scripts
That still will fail as the script tries to save the .pot files in a folder called "po", so all in all these are the commands to get the .pot file of your project
cd /path/to/my/project
mkdir po
bash /path/to/l10n-kde4/scripts/extract-messages.sh
And that's it :-)
3 comments:
Thank you so much for this! I need to regenerate the .pot for Basket and was at a loss for how to do it. Thanks again!
For future reference, the scripts can be found in:
svn co svn://anonsvn.kde.org/home/kde/branches/stable/l10n-kde4/scripts
Now you also need "mkdir enpo".
Post a Comment