forked from Github-Mirrors/canaille
doc: fix the Weblate URL for the docs
This commit is contained in:
parent
9674a0071d
commit
333a40ab6f
3 changed files with 6 additions and 11 deletions
|
@ -27,7 +27,7 @@ Initialize your development environment with:
|
|||
- ``uv sync --extra front --extra oidc --extra sqlite`` to have a minimal working development environment with SQLite backend support. This will allow you to run the tests with ``uv pytest --backend sql``.
|
||||
- ``uv sync --extra front --extra oidc --extra ldap`` to have a minimal working development environment with LDAP backend support. This will allow you to run the tests with ``uv pytest --backend ldap``.
|
||||
- ``uv sync --all-extras`` if you want to have everything at your fingertips. Note that it may compile some Python dependencies that would expect things to be installed on your system;
|
||||
Some dependencies of Canaille might need to be compiled, so you probably want to check that `GCC` and `cargo` are available on your computer.
|
||||
Some dependencies of Canaille might need to be compiled, so you probably want to check that `GCC` and `cargo` are available on your computer.
|
||||
|
||||
After having launched the demo you have access to several services:
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: canaille 0.0.56\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-11-29 00:30+0100\n"
|
||||
"POT-Creation-Date: 2024-11-30 13:37+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -1774,13 +1774,8 @@ msgid "``uv sync --extra front --extra oidc --extra ldap`` to have a minimal wor
|
|||
msgstr ""
|
||||
|
||||
#: ../../CONTRIBUTING.rst:29
|
||||
#: 45c310bb345740648d6f7fe00c190191
|
||||
msgid "``uv sync --all-extras`` if you want to have everything at your fingertips. Note that it may compile some Python dependencies that would expect things to be installed on your system;"
|
||||
msgstr ""
|
||||
|
||||
#: ../../CONTRIBUTING.rst:30
|
||||
#: 184edc3e6ce942af9c0c653d38b3be67
|
||||
msgid "Some dependencies of Canaille might need to be compiled, so you probably want to check that `GCC` and `cargo` are available on your computer."
|
||||
#: 56b8780399064aec89d3099841d1b017
|
||||
msgid "``uv sync --all-extras`` if you want to have everything at your fingertips. Note that it may compile some Python dependencies that would expect things to be installed on your system; Some dependencies of Canaille might need to be compiled, so you probably want to check that `GCC` and `cargo` are available on your computer."
|
||||
msgstr ""
|
||||
|
||||
#: ../../CONTRIBUTING.rst:32
|
||||
|
@ -2057,7 +2052,7 @@ msgstr ""
|
|||
#: readme.rst:1
|
||||
#: 2e38a895387e4821a3f61eccb03496a4
|
||||
#: 7abe83f2eeb54b3f9f3d1a8542696765
|
||||
msgid "Documentation translation Translations are done with `Weblate <https://hosted.weblate.org/projects/canaille/canaille>`_."
|
||||
msgid "Documentation translation Translations are done with `Weblate <https://hosted.weblate.org/projects/canaille/documentation>`_."
|
||||
msgstr ""
|
||||
|
||||
#: readme.rst:4
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Documentation translation
|
||||
Translations are done with `Weblate <https://hosted.weblate.org/projects/canaille/canaille>`_.
|
||||
Translations are done with `Weblate <https://hosted.weblate.org/projects/canaille/documentation>`_.
|
||||
|
||||
The following commands are there as documentation, only the message extraction and the language addition is needed for contributors.
|
||||
|
||||
|
|
Loading…
Reference in a new issue