diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-19 01:04:47 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-19 01:04:47 +0100 |
commit | 69abde6e0cde3f010d993f0a86294fe57154aa4c (patch) | |
tree | 31260046ed2d8bcf63c26503f4c35ca5203f2e9e /scripts | |
parent | 1827256d0e2b49a77df46f90249c2ab893e0ac4f (diff) |
Removing "join-existing". Do not add on update, just rebuild complete pot. The pot file gets really dirty, really quickly.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update_pot.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/update_pot.sh b/scripts/update_pot.sh index 8b44d43b4..de53fe7c9 100755 --- a/scripts/update_pot.sh +++ b/scripts/update_pot.sh @@ -7,7 +7,6 @@ xgettext \ --language=PHP \ --keyword="pgettext:1c,2" \ --keyword="npgettext:1c,2,3" \ - --join-existing \ actions/*.php \ classes/*.php \ lib/*.php \ |