Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the deprecated Setuptools integration (#11363) | Adam Turner | 2023-04-27 | 1 | -200/+0 |
| | |||||
* | Add link to Weblate's Sphinx docs in intl documentation (#11332) | Maciej Olko | 2023-04-16 | 1 | -0/+7 |
| | | | Add link to Weblate in intl documentation | ||||
* | Enable 'nit-picky mode' for Sphinx's documentation | Adam Turner | 2023-04-06 | 2 | -3/+3 |
| | | | | | Fix several reference errors throughout the documentation and set ``nitpick_ignore`` in ``doc/conf.py``. | ||||
* | docs: intl.rst: small fixes while translating (#11020) | Jérémie Tarot | 2022-12-07 | 1 | -9/+9 |
| | |||||
* | Merge branch '4.x' | Takeshi KOMIYA | 2022-03-28 | 1 | -0/+18 |
|\ | |||||
| * | Update versionadded to 4.5 | Takeshi KOMIYA | 2022-03-06 | 1 | -1/+1 |
| | | |||||
| * | Close #3985: Implement #noqa for i18n | Jean Abou Samra | 2022-02-15 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | When cross-references in the original paragraph and the translated paragraph do not match, a warning is emitted. It is useful, because it allows to catch mistakes, but it can also be an annoyance since sometimes it is expected that the cross-references will not match. For example, a reference that is repeated in the original text may need to be factored out for good style in the target language. Another example: if the translator needs to translate a universally understood term in the source language into a term that not everyone knows is the translation of this original term, adding a reference to the glossary can be warranted. This allows the translated message to start with '#noqa' in order to disable the warning. | ||||
* | | Close #9595: Deprecate setuptools integration | Takeshi KOMIYA | 2022-01-01 | 1 | -0/+4 |
|/ | |||||
* | doc: Use "console" for the highlight language of console output | Takeshi KOMIYA | 2021-12-13 | 1 | -7/+7 |
| | | | | | Using "console" language is better for the console example (including command-line prompt) | ||||
* | Rename to root document | Juan Luis Cano Rodríguez | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | doc: Fix docslint misunderstanding scope of code-blocks | Takeshi KOMIYA | 2021-06-06 | 1 | -4/+4 |
| | |||||
* | Fix typo in doc/intl.rst | Grey Li | 2021-05-27 | 1 | -2/+2 |
| | | | The pot files are in the gettext folder instead of locale folder. | ||||
* | doc: Upgraded plantuml.org link to HTTPS | igo95862 | 2021-05-17 | 1 | -1/+1 |
| | |||||
* | doc: Moved flask links to new home and HTTPS | igo95862 | 2021-05-17 | 1 | -2/+2 |
| | | | | | Seems like Flask is no longer pocoo project but palletsprojects.com | ||||
* | doc: Moved Jinja links to new home page and HTTPS | igo95862 | 2021-05-17 | 1 | -1/+1 |
| | | | | | Seems like Jinja is no longer pocoo project but palletsprojects.com | ||||
* | Add "Getting Started as a Translator" | Tetsuo Koyama | 2020-09-20 | 1 | -0/+2 |
| | |||||
* | :pencil2: Fix grammer | Tetsuo Koyama | 2020-09-20 | 1 | -1/+1 |
| | |||||
* | Fix typos in the documentation | Chris Mayo | 2020-08-03 | 1 | -2/+2 |
| | |||||
* | doc: Add translation.png to build latexpdf successfully | Takeshi KOMIYA | 2020-07-07 | 1 | -1/+1 |
| | |||||
* | Fix #7488: Update docs | Takeshi KOMIYA | 2020-04-19 | 1 | -3/+3 |
| | |||||
* | Configure plantuml to generate svg files (fixes #7134) | Septatrix | 2020-03-10 | 1 | -1/+1 |
| | |||||
* | doc: Fix ambiguous confval entries and references | Takeshi KOMIYA | 2019-12-29 | 1 | -15/+15 |
| | |||||
* | :art: Fixed issue #6789 | Tetsuo Koyama | 2019-11-04 | 1 | -2/+2 |
| | |||||
* | doclinter: restrict by 90 columns | Takeshi KOMIYA | 2019-05-26 | 1 | -1/+1 |
| | |||||
* | doc: Add "websupport" to usage guide | Stephen Finucane | 2018-11-16 | 5 | -0/+449 |
| | | | | Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | doc: Add "setuptools" to usage guide | Stephen Finucane | 2018-11-16 | 1 | -0/+196 |
| | | | | Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | doc: Add "internationalization" to the usage guide | Stephen Finucane | 2018-11-16 | 1 | -0/+328 |
This is added to the new "advanced" subsection. Signed-off-by: Stephen Finucane <stephen@that.guru> |