summaryrefslogtreecommitdiffstats
path: root/doc/translator.py
Commit message (Collapse)AuthorAgeFilesLines
* Consistency in documentation of used Python versionsalbert-github2020-09-041-3/+3
| | | | | | At some places Python version 2.6 was still mentioned, made uniform to 2.7 everywhere. (Is already a bit dubious as of January 1st, 2020 Python 2.7 will reached the end of its life., but still a lot will have Python 2.7 by default).
* Building documentation after changing language filesalbert-github2020-08-161-10/+14
| | | | | | | | | - make `GLOB` for language files consistent with `GLOB` usage in e.g. `src` - make building of `language.doc ` depending on the language files as well - don't copy translator and other input files and handle this also in translator.py - update documentation (Found after Swedish language was updated and tried to build documentation on a non new directory)
* Spelling corrections for doc directoryalbert-github2019-11-041-2/+2
| | | | | | | Spelling corrections as found by codespell and in #561. Some reported problems were already fixed, others are fixed here. Theer are a few that are not corrected as they signal a documentation correction.
* issue #6781 Unable to use math in markdown table headersalbert-github2019-01-191-3/+3
| | | | | | Due to the change of the place where the markdown processing is done the end of the line must be calculated a little bit differently. Note: translator.py gave an error due to a strange indentation (did surface now), so had to be corrected as well.
* Correct list of not used translator functionsalbert-github2018-11-201-7/+17
| | | | | | All translator function functions were mentioned as not used. - the directory to find the places where the sources are that use translator functions was pointing to the src directory of the build tree instead the src directory in the source tree (source files are not copied) and thus finding no applicable sources. - furthermore the test whether or not a function was based on the name of a function but in case a name is the short form of an other function and the longer name was not used it was still shown as used.
* Bug 760678 - fails to build with an unreleased python versionDimitri van Heesch2016-12-241-3/+3
|
* Fix documentation typosJakub Wilk2016-02-021-10/+10
|
* Tweaked the htmlonly sections in the manual so it produces valid HTML outputDimitri van Heesch2015-12-261-0/+2
|
* doc/translator.py -- minor updatesPetr Prikryl2014-06-161-6/+5
|
* doc/translator.py unified for Python 2.6+ and Python 3.0+Petr Prikryl2014-06-161-40/+41
| | | | | | | | | | | - Open() replaced by xopen() that internally uses the encoding argument only for Python 3. The earlier usage of the codecs module and of the prefixed unicode string literals was removed. - Some lists of prototypes were sorted to get the same translator report for different versions of Python. - The local dedent() definition was replaced by textwrap.dedent(). (The older versions of Python did not have the module.) - Tested on Windows for Python 2.6.0, 2.7.7, 3.0.1, and 3.4.1.
* doc/translator.py -- unification for Python 2.6+ and 3.3+ (not finished)Petr Prikryl2014-06-161-2030/+2002
|
* Added build support for Python3+ and Python2.6+Dimitri van Heesch2014-06-151-67/+68
|
* Consistency in language part of the documentationalbert-github2013-09-161-2/+2
| | | | | | | Made documentation more inline with other parts of the documentation (regarding the way e.g. filenames are presented) Corrected some spelling errors Corrected the warning in the language.doc by placing ta reference to the files from which language.doc is generated Corrected the color for the languages that are still v1.4.6 (language name now also red in stead of a pink background, was confusing with languages that were 1.5 / 1.6 compatible)
* doc/translator.py -- coloured status in HTMLPetr Prikryl2013-09-041-15/+64
| | | | | | The "almost up-to-date" category of the language translator classes introduced. Together with the background colouring (green, yellow, pink, red), it is mostly the psychological move towards language maintainers :)
* doc/translator.py -- TranslatorDecoder checks removedPetr Prikryl2013-06-251-42/+1
|
* translator.py fixed (non ASCII char inside without the encoding decl.)Petr Prikryl2013-06-211-1/+1
|
* Minor fix of info inside translator.pyPetr Prikryl2013-06-211-3/+1
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-1/+1
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-368/+379
|
* Release-1.7.2Dimitri van Heesch2010-10-091-5/+12
|
* Release-1.7.1-20100920Dimitri van Heesch2010-09-201-7/+15
|
* Release-1.7.1-20100822Dimitri van Heesch2010-08-221-60/+53
|
* Release-1.7.0Dimitri van Heesch2010-06-151-2/+4
|
* Release-1.6.3-20100603Dimitri van Heesch2010-06-031-28/+40
|
* Release-1.6.2-20100216Dimitri van Heesch2010-02-161-1/+42
|
* Release-1.6.1-20091004Dimitri van Heesch2009-10-041-10/+37
|
* Release-1.5.9-20090522Dimitri van Heesch2009-05-221-11/+12
|
* Release-1.5.2-20070506Dimitri van Heesch2007-05-061-9/+25
|
* Release-1.5.0Dimitri van Heesch2006-10-171-8/+13
|
* Release-1.4.5-20051227Dimitri van Heesch2005-12-271-0/+2
|
* Release-1.4.1-20050307Dimitri van Heesch2005-03-071-5/+30
|
* Release-1.3.9.1Dimitri van Heesch2004-10-101-26/+25
|
* Release-1.3.9Dimitri van Heesch2004-10-051-5/+103
|
* Release-1.3.8-20040812Dimitri van Heesch2004-08-121-3/+18
|
* Release-1.3.8Dimitri van Heesch2004-07-251-27/+48
|
* Release-1.3.7-20040718Dimitri van Heesch2004-07-181-2/+3
|
* Release-1.3.7-20040617Dimitri van Heesch2004-06-171-4/+77
|
* Release-1.3.6-20040427Dimitri van Heesch2004-04-271-3/+5
|
* Release-1.3.6-20040307Dimitri van Heesch2004-03-071-1/+1
|
* Release-1.3.6-20040222Dimitri van Heesch2004-02-221-1044/+1589
|
* Release-1.3.3Dimitri van Heesch2003-07-251-0/+1119