forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpo4a.conf
15 lines (14 loc) · 853 Bytes
/
po4a.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Add here a list of target languages; po4a will automatically
# generates .po for them and build .md when translated, eg:
# [po4a_langs] es fr it pt_BR
[po4a_langs] ja
[po4a_paths] doc/po/$master.pot $lang:doc/po/$lang/$master.po
# Add here below all source documents to be translated
[type: text] doc/rust.md $lang:doc/l10n/$lang/rust.md
[type: text] doc/rustpkg.md $lang:doc/l10n/$lang/rustpkg.md
[type: text] doc/tutorial-container.md $lang:doc/l10n/$lang/tutorial-container.md
[type: text] doc/tutorial.md $lang:doc/l10n/$lang/tutorial.md
[type: text] doc/tutorial-borrowed-ptr.md $lang:doc/l10n/$lang/tutorial-borrowed-ptr.md
[type: text] doc/tutorial-ffi.md $lang:doc/l10n/$lang/tutorial-ffi.md
[type: text] doc/tutorial-macros.md $lang:doc/l10n/$lang/tutorial-macros.md
[type: text] doc/tutorial-tasks.md $lang:doc/l10n/$lang/tutorial-tasks.md