You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
l10n: introduce framework for localizing man pages
Providing git in localized version is a good step for general
adoption of the tool. But as of now, if one needs to refer to the
manual pages, they are still confronted to english. The aim is to
provide documentation to users in their own language.
The translation of the source asciidoc files is managed via po4a
driven by the conf file Documentation/po4a.conf.
Only the manpages are generated and installed by using the
`install-man-l10n` target of the Makefile. The localized manpages
for all the translated languages are installed in the man path in
their own language folder, so that they can be accessed by man.
Signed-off-by: Jean-Noel Avila <[email protected]>
0 commit comments