diff options
author | EuAndreh <eu@euandre.org> | 2023-04-04 17:24:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-04 17:24:12 -0300 |
commit | 419cd721024f5ebc364cdd9014222e0a48221ac7 (patch) | |
tree | 6de46c7c89853514f5b5be30a392bb7570767354 /v2/po/po4a.cfg | |
parent | v2: WIP genhtml via envsubst (diff) | |
download | euandre.org-419cd721024f5ebc364cdd9014222e0a48221ac7.tar.gz euandre.org-419cd721024f5ebc364cdd9014222e0a48221ac7.tar.xz |
v2/: HTML! Handle pages, multiple languages, and snippets
Diffstat (limited to '')
-rw-r--r-- | v2/po/po4a.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/v2/po/po4a.cfg b/v2/po/po4a.cfg index 53014c6..1663ac9 100644 --- a/v2/po/po4a.cfg +++ b/v2/po/po4a.cfg @@ -3,3 +3,6 @@ [po_directory] po [type: text] src/lib/base.en.conf $lang:src/lib/base.$lang.conf +[type: xhtml] src/lib/comment.en.html $lang:src/lib/comment.$lang.html +[type: xhtml] src/lib/date.en.html $lang:src/lib/date.$lang.html +[type: xhtml] src/lib/update.en.html $lang:src/lib/update.$lang.html |