diff options
author | CiaranG <ciaran@ciarang.com> | 2008-10-13 16:08:37 -0400 |
---|---|---|
committer | CiaranG <ciaran@ciarang.com> | 2008-10-13 16:08:37 -0400 |
commit | ab6c83dab8a1c2d1dcbf8d41556541f3e8999760 (patch) | |
tree | fe223d8c48fd70bd849d3ed921ca745a6fa5e97b /scripts | |
parent | a50a159bf053ecceff073d100108716f2ef169f6 (diff) |
Script to update laconica.pot from source, and the results of running it
darcs-hash:20081013200837-f6e2c-201363fdb98e3dff815eb3ac76125dc6b060db68.gz
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/update_pot.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/update_pot.sh b/scripts/update_pot.sh new file mode 100644 index 000000000..f3526d514 --- /dev/null +++ b/scripts/update_pot.sh @@ -0,0 +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 |