]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #7641 : lucab/rust/lucab/po4a, r=catamorphism
authorbors <bors@rust-lang.org>
Tue, 9 Jul 2013 10:25:29 +0000 (03:25 -0700)
committerbors <bors@rust-lang.org>
Tue, 9 Jul 2013 10:25:29 +0000 (03:25 -0700)
As per https://mail.mozilla.org/pipermail/rust-dev/2013-July/004685.html

This is the initial machinery to setup the l10n infrastructure for markdown documentation.
A new "docs-l10n" target will take care of generating, updating and then building .pot and .po files, and later on the final .md.

This commit includes the .pot for all current .md docs; they can be feed directly to Mozilla Verbatim if wanted.
Please note that po4a only provides the orig.md -> .pot -> l10n.po -> l10n.md flow. The l10n.md -> l10n.html generation is not currently built in the makefile, as no language has been enabled.


Trivial merge