summaryrefslogtreecommitdiff
path: root/sphinx/locale
Commit message (Collapse)AuthorAgeFilesLines
* Fix #6640: i18n: Failed to override system message translationTakeshi KOMIYA2020-10-041-1/+1
| | | | | | | | | Our document describes that users can override system messages via their own message catalog named `sphinx.mo` under the locale_dirs. But it has not been used since its beginning of i18n mechanism because the priority of users' message catalog is lower than system's. This makes the priority of users' message catalog higher than system's.
* Strip trailing whitespaces and normalize line endingsFrançois Freitag2020-10-0354-54/+54
| | | | | | | | Trailing whitespace do not have impact on the result, they are just unused bytes. Most text editors are configured to strip trailing whitespaces. Remove them all in one go. Update a handful of files to use the UNIX line ending.
* Regenerate sphinx.jsTakeshi KOMIYA2020-07-0554-54/+3402
|
* Fix double space inconsistences in code, CHANGES and translations.Álvaro Mondéjar2020-05-0969-290/+290
|
* refactor: Add Optional to type annotationsTakeshi KOMIYA2020-04-191-2/+2
|
* Update message catalogTakeshi KOMIYA2020-03-30108-52/+54
|
* Update message catalogTakeshi KOMIYA2020-03-302-0/+6930
|
* Update message catalogsTakeshi KOMIYA2020-03-2952-46410/+51310
|
* Update message catalogTakeshi KOMIYA2020-03-141-105/+115
|
* Update message catalogTakeshi KOMIYA2020-03-081-848/+934
|
* refactor: Update type annotations in sphinx.*Takeshi KOMIYA2020-02-231-1/+1
|
* Merge branch '2.0'Takeshi KOMIYA2020-01-011-1/+1
|\
| * mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-1/+1
| |
* | Fix flake8 violationsTakeshi KOMIYA2019-12-251-2/+0
| |
* | Merge branch '2.0'Takeshi KOMIYA2019-12-251-53/+28
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.localeTakeshi KOMIYA2019-12-251-58/+29
| |
* | Merge branch '2.0'Takeshi KOMIYA2019-12-09112-1882/+5258
|\ \ | |/
| * Update message catalogsTakeshi KOMIYA2019-12-035-505/+507
| |
| * Fix #6821: i18n: some translation messages has been brokenTakeshi KOMIYA2019-12-0217-626/+4001
| |
| * Fix #6815: i18n: some translation messages has been brokenTakeshi KOMIYA2019-11-15102-820/+827
| |
* | Merge branch '2.0'Takeshi KOMIYA2019-10-131-1/+1
|\ \
| * | fixed issue #6584Tetsuo Koyama2019-10-121-1/+1
| |/
* | Complete sphinx simplified Chinese translationdingpengyu2019-10-081-377/+326
| |
* | Merge branch '2.0'Takeshi KOMIYA2019-10-061-1/+1
|\ \ | |/
| * Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-061-1/+1
| |
* | Merge branch '2.0'Takeshi KOMIYA2019-06-1552-60/+60
|\ \ | |/
| * Fix #6464: updated invalid links of language codes in quickstart and all ↵Bingyao Liu2019-06-0952-60/+60
| | | | | | | | locale po files
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-29/+0
|/
* Merge branch '2.0'Takeshi KOMIYA2019-03-29103-12043/+12977
|\
| * Update message catalogsTakeshi KOMIYA2019-03-29102-11812/+12728
| |
| * Fix i18n: messages on sphinxmessages.sty_t are not extractedTakeshi KOMIYA2019-03-291-231/+249
| |
* | Merge branch '2.0'Takeshi KOMIYA2019-03-29153-46997/+51852
|\ \ | |/
| * Update message catalogsTakeshi KOMIYA2019-03-29153-46997/+51852
| |
* | Merge pull request #6125 from tk0miya/doc-enhance_extension_dev_i18nTakeshi KOMIYA2019-03-101-6/+5
|\ \ | |/ |/| doc: Enhance documentation about internalization of external extension (refs: #5991)
| * docs: Update docs for i18nTakeshi KOMIYA2019-03-021-7/+5
| |
| * Merge branch 'master' into doc-enhance_extension_dev_i18nTakeshi KOMIYA2019-03-022-927/+817
| |\
| * | doc: Enhance documentation about internalization of external extension.Vincent Férotin2019-01-281-3/+4
| | |
* | | Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+1
| |/ |/|
* | Bump to 2.0.0 beta1v2.0.0b1Takeshi KOMIYA2019-02-181-926/+814
| |
* | doc: Update docstring of get_translation()Takeshi KOMIYA2019-01-251-1/+3
|/
* Merge branch '1.8'Takeshi KOMIYA2019-01-0248-48/+48
|\
| * A happy new year!Takeshi KOMIYA2019-01-0248-48/+48
| |
* | Merge branch '1.8'jfbu2018-12-281-3/+3
|\ \ | |/ | | | | | | | | | | resolved Conflicts: doc/development/tutorials/todo.rst sphinx/locale/__init__.py sphinx/search/zh.py
| * Fix various spelling typosjfbu2018-12-271-3/+3
| |
* | Replace use of six.text_type with strJon Dufresne2018-12-181-5/+3
| | | | | | | | | | This removes the last use of the six package allowing Sphinx to remove it as a dependency.
* | Merge branch '1.8'Takeshi KOMIYA2018-12-181-1/+22
|\ \ | |/
| * Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is emptyTakeshi KOMIYA2018-12-171-1/+22
| |
| * Fix a mypy violationTakeshi KOMIYA2018-12-081-1/+1
| |
* | Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA2018-12-171-1/+0
|\ \ | | | | | | Remove unnecessary encoding cookie from Python source files
| * | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie.