From e6a3e6d4511cbda1dc15def14a33073eb96627e0 Mon Sep 17 00:00:00 2001 From: CiaranG Date: Wed, 11 Mar 2009 16:37:03 +0000 Subject: Updated update_pot.sh to point to renamed file and generated new laconica.po with all the latest translatable text included --- scripts/update_pot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/update_pot.sh b/scripts/update_pot.sh index f3526d514..a7f5e4d3a 100755 --- a/scripts/update_pot.sh +++ b/scripts/update_pot.sh @@ -1,3 +1,3 @@ cd `dirname $0` cd .. -xgettext --from-code=UTF-8 --default-domain=laconica --output=locale/laconica.pot --language=PHP --join-existing actions/*.php classes/*.php lib/*.php scripts/*.php +xgettext --from-code=UTF-8 --default-domain=laconica --output=locale/laconica.po --language=PHP --join-existing actions/*.php classes/*.php lib/*.php scripts/*.php -- cgit v1.2.3-54-g00ecf