Document use of make for translation

This commit is contained in:
Chris Mayo 2020-06-05 16:06:01 +01:00
parent 1632a1ce26
commit 0a702240d9

21
doc/translations.md Normal file
View file

@ -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``