On 14/02/2008, M. Bashir Al-Noimi <mhdbnoimi@...5...> wrote:
another thing:
I noticed that there aren't "pot" file for translations!, I found "po" files only?!, so is translation process must starting from "po" file like "en_GB.po"?
If you have the source code from SVN
As I said before, I'm not sure that "inkscape/trunk" folder is the correct folder for starting translation process, because there are many folder in SVN.
Use:
https://inkscape.svn.sourceforge.net/svnroot/inkscape/inkscape/trunk
go to the po folder and you can generate the most up-to-date .pot file by
running the following command: intltool-update --pot
I'm using Gettext, so I tried to use this command line for extracting texts, but it failed!
I suspect this might be down to the version of xgettext. If you just comment files out lots of strings will be missed. I will send you the most recent .pot file shortly to get you started.
Cheers,