diff options
author | EuAndreh <eu@euandre.org> | 2025-05-01 18:21:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-01 18:21:33 -0300 |
commit | d8bf25cb07a7aa88840f1df81b0a022bdf683f4f (patch) | |
tree | fdc08d5a88ddb3afa7379b49f4a60cbd913591dd /po/po4a.cfg | |
parent | mkdeps.sh: Fixup indentation (diff) | |
download | euandre.org-d8bf25cb07a7aa88840f1df81b0a022bdf683f4f.tar.gz euandre.org-d8bf25cb07a7aa88840f1df81b0a022bdf683f4f.tar.xz |
Support multiple names for "categories" file
Diffstat (limited to 'po/po4a.cfg')
-rw-r--r-- | po/po4a.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/po/po4a.cfg b/po/po4a.cfg index d4efb52..9b34560 100644 --- a/po/po4a.cfg +++ b/po/po4a.cfg @@ -2,6 +2,9 @@ [po_directory] po +[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 |