summaryrefslogtreecommitdiff
path: root/scripts/update_pot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update_pot.sh')
-rwxr-xr-xscripts/update_pot.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/update_pot.sh b/scripts/update_pot.sh
deleted file mode 100755
index de53fe7c9..000000000
--- a/scripts/update_pot.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-cd `dirname $0`
-cd ..
-xgettext \
- --from-code=UTF-8 \
- --default-domain=statusnet \
- --output=locale/statusnet.po \
- --language=PHP \
- --keyword="pgettext:1c,2" \
- --keyword="npgettext:1c,2,3" \
- actions/*.php \
- classes/*.php \
- lib/*.php \
- scripts/*.php