diff options
author | EuAndreh <eu@euandre.org> | 2025-04-29 20:09:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-29 20:09:48 -0300 |
commit | 2905644a4075a1dfdd293835ba4319b51a1d149d (patch) | |
tree | 347f03c9d7230c68ddcd05792a2ffce21c725c33 /po/po4a.cfg | |
parent | Makefile: Add sitemap.xml (diff) | |
download | euandre.org-2905644a4075a1dfdd293835ba4319b51a1d149d.tar.gz euandre.org-2905644a4075a1dfdd293835ba4319b51a1d149d.tar.xz |
Setup basic gettext and po4a setup
Diffstat (limited to 'po/po4a.cfg')
-rw-r--r-- | po/po4a.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/po/po4a.cfg b/po/po4a.cfg new file mode 100644 index 0000000..864b35a --- /dev/null +++ b/po/po4a.cfg @@ -0,0 +1,5 @@ +[options] --keep 0 --master-charset UTF-8 --localized-charset UTF-8 + +[po_directory] po + +[type: asciidoc] src/content/en/about.adoc pt:src/content/pt/sobre.adoc |