diff options
| author | OGINO Masanori <masanori.ogino@gmail.com> | 2014-01-10 07:20:32 +0900 |
|---|---|---|
| committer | OGINO Masanori <masanori.ogino@gmail.com> | 2014-01-10 07:21:32 +0900 |
| commit | d4051b61454abdb486d8deec807cf6f15e18fd3b (patch) | |
| tree | 34f325094e2293dd82d033381d11bbb49385e412 | |
| parent | 72ee4a57b7ab3651db1ec99ff3167b86f2583c43 (diff) | |
Update doc/po4a.conf for recent changes.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
| -rw-r--r-- | doc/po4a.conf | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/doc/po4a.conf b/doc/po4a.conf index 80687c1d999..e3f69516f9d 100644 --- a/doc/po4a.conf +++ b/doc/po4a.conf @@ -5,11 +5,22 @@ [po4a_paths] doc/po/$master.pot $lang:doc/po/$lang/$master.po # Add here below all source documents to be translated +[type: text] doc/complement-bugreport.md $lang:doc/l10n/$lang/complement-bugreport.md +[type: text] doc/complement-cheatsheet.md $lang:doc/l10n/$lang/complement-cheatsheet.md +[type: text] doc/complement-lang-faq.md $lang:doc/l10n/$lang/complement-lang-faq.md +[type: text] doc/complement-project-faq.md $lang:doc/l10n/$lang/complement-project-faq.md +[type: text] doc/complement-usage-faq.md $lang:doc/l10n/$lang/complement-usage-faq.md +[type: text] doc/guide-conditions.md $lang:doc/l10n/$lang/guide-conditions.md +[type: text] doc/guide-container.md $lang:doc/l10n/$lang/guide-container.md +[type: text] doc/guide-ffi.md $lang:doc/l10n/$lang/guide-ffi.md +[type: text] doc/guide-lifetimes.md $lang:doc/l10n/$lang/guide-lifetimes.md +[type: text] doc/guide-macros.md $lang:doc/l10n/$lang/guide-macros.md +[type: text] doc/guide-pointers.md $lang:doc/l10n/$lang/guide-pointers.md +[type: text] doc/guide-rustpkg.md $lang:doc/l10n/$lang/guide-rustpkg.md +[type: text] doc/guide-tasks.md $lang:doc/l10n/$lang/guide-tasks.md +[type: text] doc/guide-testing.md $lang:doc/l10n/$lang/guide-testing.md +[type: text] doc/index.md $lang:doc/l10n/$lang/index.md [type: text] doc/rust.md $lang:doc/l10n/$lang/rust.md +[type: text] doc/rustdoc.md $lang:doc/l10n/$lang/rustdoc.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 |
