[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Generating gettext's .pot file

From: Nicolás Lichtmaier <nick_at_reloco.com.ar>
Date: 2004-04-03 19:50:13 CEST

As we don't have the standard gettext infrastructure I've made a lot
script so that I could have the .pot file. Here it is. I run it from the
"po" directory.

#! /bin/bash

cd ..
xgettext -o po/subversion.pot -k_ -kN_ --msgid-bugs-address=dev@subversion.tigris.org $(find . -name "*.c")
cd po
msgmerge es.po subversion.pot -o es.pox

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 3 19:50:35 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.