for dtd in ../../platform/windows-xul/xul/chrome/locale/en-US/*.dtd.template; do
intltool-extract --type=gettext/quoted $dtd
done
# Strings has to come first because the code that parses strings doesn't handle multiple references to the same string, while the rest of the xgettext parsers do.