]> git.lizzy.rs Git - rust.git/commit
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)
commit62bb843e3239844f25faff59065fa28c59a3ffac
tree443e65a17df3db23428498f1abbe28828f92e6c8
parentee102468fae73d086f05f027178edefec28979bc
parent7a4210a174c14e08670957d8936c39238e1319ac
auto merge of #7641 : lucab/rust/lucab/po4a, r=catamorphism

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.