git: 06ca1e8842 - main - books/fdp-primer/po-translations: Update po4a commands

Danilo G. Baio dbaio at FreeBSD.org
Thu Jun 3 19:44:38 UTC 2021


The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=06ca1e884279e9f7440ed18078625ddb01893b1b

commit 06ca1e884279e9f7440ed18078625ddb01893b1b
Author:     Danilo G. Baio <dbaio at FreeBSD.org>
AuthorDate: 2021-06-03 19:38:46 +0000
Commit:     Danilo G. Baio <dbaio at FreeBSD.org>
CommitDate: 2021-06-03 19:38:46 +0000

    books/fdp-primer/po-translations: Update po4a commands
    
    This adds description field on the YAML Front Matter parser following
    f2d5f930d82a9f0ccb290dd020173302eceeea02 update.
---
 .../content/en/books/fdp-primer/po-translations/_index.adoc         | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/documentation/content/en/books/fdp-primer/po-translations/_index.adoc b/documentation/content/en/books/fdp-primer/po-translations/_index.adoc
index 7b07f0bc89..8dc6a58602 100644
--- a/documentation/content/en/books/fdp-primer/po-translations/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/po-translations/_index.adoc
@@ -97,7 +97,7 @@ These steps are repeated until the translator feels that enough of the document
 % po4a-gettextize \
   --format asciidoc \
   --option compat=asciidoctor \
-  --option yfm_keys=title,part \
+  --option yfm_keys=title,part,description \
   --master "documentation/content/en/articles/leap-seconds/_index.adoc" \
   --master-charset "UTF-8" \
   --copyright-holder "The FreeBSD Project" \
@@ -125,7 +125,7 @@ These steps are repeated until the translator feels that enough of the document
 % po4a-translate \
   --format asciidoc \
   --option compat=asciidoctor \
-  --option yfm_keys=title,part \
+  --option yfm_keys=title,part,description \
   --master "documentation/content/en/articles/leap-seconds/_index.adoc" \
   --master-charset "UTF-8" \
   --po "documentation/content/es/articles/leap-seconds/_index.po" \
@@ -313,7 +313,7 @@ It contains all of the work that translators have done.
 % po4a-gettextize \
   --format asciidoc \
   --option compat=asciidoctor \
-  --option yfm_keys=title,part \
+  --option yfm_keys=title,part,description \
   --master "documentation/content/en/books/porters-handbook/_index.adoc" \
   --master-charset "UTF-8" \
   --copyright-holder "The FreeBSD Project" \


More information about the dev-commits-doc-all mailing list