aboutsummaryrefslogtreecommitdiff
path: root/tools/translate.sh
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2021-06-03 19:30:31 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2021-06-03 19:30:31 +0000
commitf2d5f930d82a9f0ccb290dd020173302eceeea02 (patch)
tree67260c6b07b48583b7d7a9456fde6cab713c2937 /tools/translate.sh
parentcf0f8d609ab7bd3bd2cf42c7012c77a732b69c20 (diff)
downloaddoc-f2d5f930d82a9f0ccb290dd020173302eceeea02.tar.gz
doc-f2d5f930d82a9f0ccb290dd020173302eceeea02.zip
tools/*translate.sh: Add description field on the YAML Front Matter parser
This field was introduced on 0d9894b11e0e94cde952b0112782e68e27c893da to improve SEO.
Diffstat (limited to 'tools/translate.sh')
-rwxr-xr-xtools/translate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/translate.sh b/tools/translate.sh
index cb4005611d..af3335ec91 100755
--- a/tools/translate.sh
+++ b/tools/translate.sh
@@ -66,7 +66,7 @@ for pofile in $(find "$COMPONENT/content/$LANGUAGE/" -name "*.po" ); do
po4a-translate \
--format asciidoc \
--option compat=asciidoctor \
- --option yfm_keys=title,part \
+ --option yfm_keys=title,part,description \
--master "$adoc_orig" \
--master-charset "UTF-8" \
--po "$pofile" \