Script to update laconica.pot from source, and the results of running it

darcs-hash:20081013200837-f6e2c-201363fdb98e3dff815eb3ac76125dc6b060db68.gz
This commit is contained in:
CiaranG 2008-10-13 16:08:37 -04:00
parent a50a159bf0
commit ab6c83dab8
2 changed files with 1108 additions and 356 deletions

File diff suppressed because it is too large Load Diff

3
scripts/update_pot.sh Normal file
View File

@ -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