summaryrefslogtreecommitdiff
path: root/docutils/languages
Commit message (Expand)AuthorAgeFilesLines
* Avoid too long lines.milde2022-03-0528-87/+89
* Ensure at least two spaces before inline comment.milde2022-03-045-31/+31
* Fix multiple spaces after ',' or ':'.milde2022-03-032-33/+33
* Fix missing whitespace around operator.milde2022-03-031-3/+3
* Fix multiple spaces before/after operatormilde2022-03-031-1/+1
* Fix whitespace before/after delimiters and colon.milde2022-03-032-3/+3
* Fix code indentationmilde2022-01-292-2/+2
* Fix trailing whitespace (flake warnings W293, W391).milde2022-01-291-2/+0
* Fix trailing whitespace (flake warning W291).milde2022-01-293-3/+3
* New style classes no longer need to inherit from `object`.milde2022-01-261-1/+1
* Drop string prefix "u".milde2022-01-2621-671/+671
* Remove unused importsmilde2022-01-261-1/+0
* Change http://docutils.sf.net -> https://docutils.sourceforge.iomilde2022-01-2028-28/+28
* Remove "coding:" slugmilde2022-01-0313-13/+0
* Fix spellingmilde2021-10-221-1/+1
* Apply patch #177 Arabic mappings by Shahin.milde2021-01-031-0/+61
* Apply patch for bug #399 Fixes in Korean translation by Shinjo Park.milde2020-08-221-4/+4
* Clean up LanguageImporter. Update documentation.milde2020-01-261-21/+27
* Do not use assert statements when checking module content.milde2020-01-261-4/+5
* Fix/update import of language modules (#385).milde2020-01-261-23/+52
* trivial: Misc whitespace fixesmilde2019-08-271-1/+1
* Apply [ 153 ] Korean mappings by Thomas Sungjin Kang.milde2019-04-151-0/+61
* Remove legacy compatibility defs for versions < 2.5.milde2018-11-211-2/+1
* Update Swedish and German language files.milde2016-12-221-6/+7
* Apply [ 135 ] Language modules for Latvian by Alexander Smishlajevmilde2016-10-201-0/+60
* Fix persian language module.milde2016-08-181-35/+35
* Apply [ 133 ] Persian mappings by Shahin Azad.milde2016-08-181-0/+61
* Lithuanian: fix docstrings and remove duplicate code.milde2015-08-311-63/+2
* Apply #106 and #107: language support for danish.milde2013-07-031-0/+62
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-2/+2
* Fix [ 228 ], part II.milde2013-04-181-2/+2
* normalize_language_tag() now returns `BCP 47`_ conformant tagsmilde2012-11-231-0/+1
* Fix [3559988] and [3560841] __import__ local writer, reader, languages and pa...grubert2012-08-261-2/+5
* Fix [3541369] Relative __import__ also with Python 3.3.milde2012-07-111-2/+6
* Apply [ 3410649 ] to restore backwards compatibility.milde2011-09-161-4/+5
* Add missing coding comment. milde2011-09-161-0/+1
* Apply [ 3405410 ]: Use utf-8 encoded literal Cyrillic charactersmilde2011-09-121-42/+34
* Fix [ 3018371 ] Added Lithuanian mappings by Dalius Dobravolskas.milde2010-10-291-0/+122
* Do not fail, if the specified langauage is not supported by Docutils,milde2010-09-281-4/+13
* Handle language codes according to BCP 47 milde2010-09-171-5/+14
* corrections from Oscar Garcia Amorgoodger2008-09-051-36/+35
* Apply [ 1905741 ] polish-translationgrubert2008-08-251-0/+62
* Patch [ 1719345 ] Galician translationgrubert2008-08-251-0/+64
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-1/+1
* correction, thanks to Rafael Bruno C. de Oliveiragoodger2008-06-031-1/+1
* Fix duplicate key in bibliographic_fields dict.sfcben2006-12-261-5/+3
* Added Hebrew mappings by Meir Kriheli.sfcben2006-12-091-0/+62
* Change in e-mail addressrichieadler2006-05-251-1/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-2119-77/+39
* use unicode literalswiemann2005-12-131-41/+34