diff options
Diffstat (limited to 'po/po4a.cfg')
| -rw-r--r-- | po/po4a.cfg | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/po/po4a.cfg b/po/po4a.cfg index 77f48a6..9abb677 100644 --- a/po/po4a.cfg +++ b/po/po4a.cfg @@ -2,11 +2,26 @@ [po_directory] po -[type: text] src/headers/ref.txt $lang:src/headers/$lang.txt -[type: text] src/names/categories/ref.txt $lang:src/names/categories/$lang.txt -[type: text] src/names/category/ref.txt $lang:src/names/category/$lang.txt -[type: asciidoc] src/content/en/about.adoc pt:src/content/pt/sobre.adoc add_$lang:po/note.txt -[type: asciidoc] src/content/en/til/index.adoc pt:src/content/pt/hea/index.adoc add_$lang:po/note.txt -[type: asciidoc] src/content/en/til/categories.adoc pt:src/content/pt/hea/categorias.adoc add_$lang:po/note.txt -[type: asciidoc] src/content/en/til/2020/08/12/filename-timestamp.adoc pt:src/content/pt/hea/2020/08/12/arquivo-datado.adoc add_$lang:po/note.txt +[type: text] src/i18n.txt $lang:src/i18n.$lang.txt + +[type: asciidoc] src/content/en/index.adoc \ + pt:src/content/pt/index.adoc \ + fr:src/content/fr/index.adoc \ + eo:src/content/eo/index.adoc \ + es:src/content/es/index.adoc + +[type: asciidoc] src/content/en/about.adoc \ + pt:src/content/pt/sobre.adoc \ + fr:src/content/fr/a-propos.adoc \ + eo:src/content/eo/pri.adoc \ + es:src/content/es/acerca.adoc + +[type: asciidoc] src/content/en/til/index.adoc \ + pt:src/content/pt/hea/index.adoc + +[type: asciidoc] src/content/en/til/categories.adoc \ + pt:src/content/pt/hea/categorias.adoc + +[type: asciidoc] src/content/en/til/2020/08/12/filename-timestamp.adoc \ + pt:src/content/pt/hea/2020/08/12/arquivo-datado.adoc |
