X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=scripts%2Fupdate_pot.sh;h=9419e4337f3a7e851111d6d4663e3ae98ce4f7a2;hb=c01a5b8f2e37fe876507edfccc01126a117d9728;hp=dbbe4354f558ab7eec3313bf44335437313b5330;hpb=3567b9d708971f9075db1fd847158c3c15a04e23;p=quix0rs-gnu-social.git diff --git a/scripts/update_pot.sh b/scripts/update_pot.sh index dbbe4354f5..9419e4337f 100755 --- a/scripts/update_pot.sh +++ b/scripts/update_pot.sh @@ -1,3 +1,3 @@ cd `dirname $0` cd .. -xgettext --from-code=UTF-8 --default-domain=statusnet --output=locale/laconica.po --language=PHP --join-existing actions/*.php classes/*.php lib/*.php scripts/*.php +xgettext --from-code=UTF-8 --default-domain=statusnet --output=locale/statusnet.po --language=PHP --join-existing actions/*.php classes/*.php lib/*.php scripts/*.php