diff options
Diffstat (limited to 'src/doc/po4a.conf')
| -rw-r--r-- | src/doc/po4a.conf | 39 |
1 files changed, 19 insertions, 20 deletions
diff --git a/src/doc/po4a.conf b/src/doc/po4a.conf index e3f69516f9d..aee2ae769ea 100644 --- a/src/doc/po4a.conf +++ b/src/doc/po4a.conf @@ -2,25 +2,24 @@ # 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 +[po4a_paths] doc/po/$master.pot $lang:src/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.md $lang:doc/l10n/$lang/tutorial.md +[type: text] src/doc/complement-bugreport.md $lang:doc/l10n/$lang/complement-bugreport.md +[type: text] src/doc/complement-cheatsheet.md $lang:doc/l10n/$lang/complement-cheatsheet.md +[type: text] src/doc/complement-lang-faq.md $lang:doc/l10n/$lang/complement-lang-faq.md +[type: text] src/doc/complement-project-faq.md $lang:doc/l10n/$lang/complement-project-faq.md +[type: text] src/doc/complement-usage-faq.md $lang:doc/l10n/$lang/complement-usage-faq.md +[type: text] src/doc/guide-conditions.md $lang:doc/l10n/$lang/guide-conditions.md +[type: text] src/doc/guide-container.md $lang:doc/l10n/$lang/guide-container.md +[type: text] src/doc/guide-ffi.md $lang:doc/l10n/$lang/guide-ffi.md +[type: text] src/doc/guide-lifetimes.md $lang:doc/l10n/$lang/guide-lifetimes.md +[type: text] src/doc/guide-macros.md $lang:doc/l10n/$lang/guide-macros.md +[type: text] src/doc/guide-pointers.md $lang:doc/l10n/$lang/guide-pointers.md +[type: text] src/doc/guide-runtime.md $lang:doc/l10n/$lang/guide-runtime.md +[type: text] src/doc/guide-tasks.md $lang:doc/l10n/$lang/guide-tasks.md +[type: text] src/doc/guide-testing.md $lang:doc/l10n/$lang/guide-testing.md +[type: text] src/doc/index.md $lang:doc/l10n/$lang/index.md +[type: text] src/doc/rust.md $lang:doc/l10n/$lang/rust.md +[type: text] src/doc/rustdoc.md $lang:doc/l10n/$lang/rustdoc.md +[type: text] src/doc/tutorial.md $lang:doc/l10n/$lang/tutorial.md |
