collate POT strings to make it easier for translation.
git-svn-id: http://emdebian.org/svn/current@6599 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
c535e47c56
commit
d5ea42cec1
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ echo "Processing Docbook XML . . . "
|
|||
for file in `ls doc/xml/*.xml`; do
|
||||
xmllint --format "$file" --output "$file"
|
||||
LOCAL=`basename $file`
|
||||
wrap_langs "[type:xml]" "$file" "\$lang:doc/xml/\$lang/$LOCAL"
|
||||
wrap_langs "[type:docbook]" "$file" "\$lang:doc/xml/\$lang/$LOCAL"
|
||||
done
|
||||
echo "Processing POD . . ."
|
||||
|
||||
|
|
Loading…
Reference in a new issue