diff options
author | CiaranG <ciaran@ciarang.com> | 2009-03-11 16:37:03 +0000 |
---|---|---|
committer | CiaranG <ciaran@ciarang.com> | 2009-03-11 16:37:03 +0000 |
commit | e6a3e6d4511cbda1dc15def14a33073eb96627e0 (patch) | |
tree | 5a341407303e89048f6be4f315556c4e7cc58429 /scripts | |
parent | 2cbb67c21e77e76a4faa73532751bf2eb8dd44a9 (diff) |
Updated update_pot.sh to point to renamed file and generated new laconica.po with all the latest translatable text included
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update_pot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |