Updated update_pot.sh to point to renamed file and generated new laconica.po with all the latest translatable text included
This commit is contained in:
parent
2cbb67c21e
commit
e6a3e6d451
1173
locale/laconica.po
1173
locale/laconica.po
File diff suppressed because it is too large
Load Diff
|
@ -1,3 +1,3 @@
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
cd ..
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user