From 0a702240d913c1b8754aa11addc705721f41b79c Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Fri, 5 Jun 2020 16:06:01 +0100 Subject: [PATCH] Document use of make for translation --- doc/translations.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/translations.md diff --git a/doc/translations.md b/doc/translations.md new file mode 100644 index 00000000..9dd6a4e8 --- /dev/null +++ b/doc/translations.md @@ -0,0 +1,21 @@ +LinkChecker Translations +======================== + +Translations for the application are stored in po/. +Translations for the man pages are stored in doc/. + +Application Translations +------------------------ + +``linkchecker $ make locale`` + +is equivalent to: + +``linkchecker/po $ make`` + +Man Page Translations +--------------------- + +po4a is used to generate linkchecker.doc.pot, .po files and translated man pages. + +``linkchecker/doc $ make po4a``