mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-22 21:25:48 +00:00
Document use of make for translation
This commit is contained in:
parent
1632a1ce26
commit
0a702240d9
1 changed files with 21 additions and 0 deletions
21
doc/translations.md
Normal file
21
doc/translations.md
Normal 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``
|
||||
Loading…
Reference in a new issue