diff options
author | EuAndreh <eu@euandre.org> | 2021-06-19 17:18:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-19 17:18:14 -0300 |
commit | 4441f2f6a9d33e58708c143e8397d69a75610421 (patch) | |
tree | 6a9e687db018137cf4effb915d876a538774181a /README.md | |
parent | aux/ci/report.sh: Don't override signatures notes ref (diff) | |
download | remembering-4441f2f6a9d33e58708c143e8397d69a75610421.tar.gz remembering-4441f2f6a9d33e58708c143e8397d69a75610421.tar.xz |
Setup base i18n infrastructure
Diffstat (limited to '')
-rw-r--r-- | README.md | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -45,10 +45,16 @@ environment (`_POSIX_C_SOURCE 200809L`). ## Documentation -The documentation is available via installed manpages or online: [`remembering.1`] and [`remembering.5`]. +The documentation is available via installed manpages or online: [`remembering.1`] ([pt][pt.1], [fr][fr.1], [eo][eo.1]) and [`remembering.5`] ([pt][pt.5], [fr][fr.5], [eo][eo.5]). -[`remembering.1`]: https://euandreh.xyz/remembering/remembering.1.html -[`remembering.5`]: https://euandreh.xyz/remembering/remembering.5.html +[`remembering.1`]: https://euandreh.xyz/remembering/en/remembering.1.html +[pt.1]: https://euandreh.xyz/remembering/pt/remembering.1.html +[fr.1]: https://euandreh.xyz/remembering/fr/remembering.1.html +[eo.1]: https://euandreh.xyz/remembering/eo/remembering.1.html +[`remembering.5`]: https://euandreh.xyz/remembering/en/remembering.5.html +[pt.5]: https://euandreh.xyz/remembering/pt/remembering.5.html +[fr.5]: https://euandreh.xyz/remembering/fr/remembering.5.html +[eo.5]: https://euandreh.xyz/remembering/eo/remembering.5.html ## Contributing @@ -56,11 +62,14 @@ The documentation is available via installed manpages or online: [`remembering.1 Extra tools used for development are: - [fallible] and [Valgrind] for memory testing; - [ShellCheck] for validating scripts; +- [po4a] and [gettext] for i18n and l10n support; - [pandoc] and Perl for generating the documentation HTML and website. [fallible]: https://fallible.euandreh.xyz [Valgrind]: https://valgrind.org [ShellCheck]: https://www.shellcheck.net/ +[po4a]: https://po4a.org/index.php.en +[gettext]: https://www.gnu.org/software/gettext/ [pandoc]: https://pandoc.org/ For running the extra development-only checks, run: |