Commit Graph

2357 Commits

Author SHA1 Message Date
Robert Lehmann
1433b5cb11 Test translation patching in vitro. 2010-06-29 23:30:22 +02:00
Robert Lehmann
4b8249e6b1 Fix translation lookup and propagation. 2010-06-29 22:54:59 +02:00
Robert Lehmann
684ecc2678 Preliminary fix for broken translations in autodoc/viewcode. 2010-06-29 08:08:31 +02:00
Robert Lehmann
6a715f5d1a Move translation patching into read_doc for access to runtime settings. 2010-06-29 08:06:48 +02:00
Robert Lehmann
bbc03c26e3 Make locale.init reentrable. 2010-06-29 08:05:28 +02:00
Robert Lehmann
804b8df9bb Prepare locale initialization for multiple catalogs. 2010-06-26 15:30:35 +02:00
Robert Lehmann
ba5e496a5d Hide canonical path separator. 2010-06-26 15:29:25 +02:00
Robert Lehmann
7b3830a78a Pull gettext tests into one single location. 2010-06-26 14:13:43 +02:00
Robert Lehmann
b14658199f Document gettext builder and create i18n docs. 2010-06-26 12:38:06 +02:00
Robert Lehmann
10fc7cd73b Move POT-Creation-Date configuration value back into code. 2010-06-26 12:25:53 +02:00
Robert Lehmann
cd583b634d merge with trunk 2010-06-23 07:43:07 +02:00
Robert Lehmann
8e12af649f Ignore orphan metadata field in translatable messages. 2010-06-23 07:36:33 +02:00
Robert Lehmann
35ee258b2e Fix source file reference in patched documents. 2010-06-23 07:30:24 +02:00
Robert Lehmann
3c4cad5085 Add parsing step to translation integration. 2010-06-23 07:28:58 +02:00
Robert Lehmann
3a7ce4039a Check compiled message catalogs are processable with gettext. 2010-06-23 06:18:47 +02:00
Georg Brandl
74e791301d Complete comment. 2010-06-20 18:29:47 +02:00
Georg Brandl
4c0f91f2ca merge with 0.6 2010-06-20 14:24:32 +02:00
Georg Brandl
acc9d13c58 #452: fix encoding handling in ModuleAnalyzer. 2010-06-20 14:23:59 +02:00
Georg Brandl
f7a418949a Monkey-patch docutils.nodes.Element.copy to copy the rawsource. 2010-06-20 12:33:11 +02:00
Georg Brandl
bd1c19d724 Added Lithuanian translation, thanks to Dalius Dobravolskas. 2010-06-20 12:19:34 +02:00
Georg Brandl
c7a8350f3c Do not stop even at severe docutils errors, continue build. 2010-06-19 21:37:10 +02:00
Dalius
08148362fd Lithuanian l10n files added. 2010-06-19 12:53:50 +03:00
Daniel Neuhäuser
c4b703035b Added the qooxdoo documentation to the examples 2010-06-18 15:33:56 +02:00
Robert Lehmann
804a92dad2 Patch translatable messages with custom doctree. 2010-06-18 10:15:08 +02:00
Robert Lehmann
b5f29b2c7c Strip down tests to build only critical parts. 2010-06-17 11:57:59 +02:00
Robert Lehmann
b1c480f5c6 Remove cleanenv setting from tests. 2010-06-17 11:49:07 +02:00
Robert Lehmann
e63bb0f4a9 Split up tests into logical units. 2010-06-17 11:46:49 +02:00
Robert Lehmann
cd07472676 Extract translatable strings alongside their doctree nodes. 2010-06-16 20:27:27 +02:00
Georg Brandl
187e78adf6 Mention type of "meta". 2010-06-14 09:49:48 +02:00
Georg Brandl
9fca66a690 merge with 0.6 2010-06-13 21:39:44 +02:00
Georg Brandl
c88cb38f42 #445: Fix links to result pages when using the search function of HTML built with the `dirhtml` builder. 2010-06-13 21:35:42 +02:00
Georg Brandl
762741244d #444: Re-escape result of the "striptags" jinja filter. 2010-06-13 19:50:04 +02:00
Georg Brandl
e4354a1045 Really fix IndexError from #424. 2010-06-13 19:42:50 +02:00
Georg Brandl
5d3ccf7a8e Add Music21. 2010-06-12 20:17:16 +02:00
Georg Brandl
43c0c87136 Give more detailed info about exception determining image type. 2010-06-12 20:15:13 +02:00
Georg Brandl
9a0859fea8 Reverse latex appendix logic: Add appendices if docclass is not howto. Also fix docs: other docclasses can be given if you know what you do. 2010-06-12 20:04:01 +02:00
Georg Brandl
7c7d3f4010 Added `exclude argument to :func:.autodoc.between`. From http://bitbucket.org/mfperzel/sphinx-additions. 2010-06-12 18:16:18 +02:00
Georg Brandl
d30d286486 Fix transformation of Field. 2010-06-12 12:30:40 +02:00
Georg Brandl
9b27aa3ae8 #450: potentially escape index letters; _ needs to be. 2010-06-12 12:21:04 +02:00
Georg Brandl
c891fdfc60 Document new :py:func:.blah syntax. 2010-06-12 11:37:56 +02:00
Georg Brandl
09e6001e7a In the Python domain, references like `:func:.name``` now look for
matching names with any prefix if no direct match is found.
2010-06-12 10:41:56 +02:00
Robert Lehmann
0109af80b5 Refactor message extractor into utilities. 2010-06-09 15:19:58 +02:00
Robert Lehmann
c9dd331c12 Fix empty and duplicate nodes. 2010-06-09 07:47:14 +02:00
Robert Lehmann
3e449e3005 Delete generated files on test failure. 2010-06-09 07:46:40 +02:00
Robert Lehmann
438c24e222 Prepare test root catalogs for gettext with msgfmt. 2010-06-09 06:54:59 +02:00
Robert Lehmann
5ac5f23f2b Verify PO file format with msginit. 2010-06-09 06:46:30 +02:00
Robert Lehmann
0299008e55 Initial tests for gettext build. 2010-06-07 14:04:16 +02:00
Robert Lehmann
ead9fa89b0 Add generic test for gettext builder. 2010-06-07 13:58:04 +02:00
Robert Lehmann
e588fa8176 Supply initial creation date in PO header. 2010-06-06 20:55:57 +02:00
Robert Lehmann
d3f1618598 Supply version information in PO header. 2010-06-06 20:54:01 +02:00